summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ebfb290..a2c4c9b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,15 +24,14 @@ addons:
- xsltproc
- zlib1g-dev
-before_cache: ccache -s
-
before_script:
+ - ccache -s
- ./bootstrap
- - ./configure CC='ccache clang -Qunused-arguments -fcolor-diagnostics' CXX='ccache clang -Qunused-arguments -fcolor-diagnostics'
+ - ./configure CC="ccache $CC" CXX="ccache $CXX"
+ - grep CXX config.status
- make
script:
- ./runtest.pl ALL debug
- ./runtest.pl ALL release
-
-after_cache: ccache -s
+ - ccache -s