summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0dbca826..3ebfb290 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,12 +24,15 @@ addons:
- xsltproc
- zlib1g-dev
+before_cache: ccache -s
+
before_script:
- ./bootstrap
- - ./configure
+ - ./configure CC='ccache clang -Qunused-arguments -fcolor-diagnostics' CXX='ccache clang -Qunused-arguments -fcolor-diagnostics'
- make
script:
- ./runtest.pl ALL debug
- ./runtest.pl ALL release
+after_cache: ccache -s