summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c63909d..31cea0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,9 @@ os:
- osx
language: cpp
cache: ccache
+before_cache:
+ # print statistics before uploading new cache
+ - ccache --show-stats
compiler:
- gcc
- clang