aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-09-05 13:53:31 +0200
committerHerbert Thielen <thielen@hs-worms.de>2017-09-05 16:36:23 +0200
commit56f8222a148d0089356063619362e5671bfa782b (patch)
treefe8bee0a4ccfcf4a43f9c5a4676c5c3302412c2c /.travis.yml
parent83d8dd0e9c5e0ed212e88f006e7e752d9a44e616 (diff)
downloadgoogletest-56f8222a148d0089356063619362e5671bfa782b.tar.gz
googletest-56f8222a148d0089356063619362e5671bfa782b.tar.bz2
googletest-56f8222a148d0089356063619362e5671bfa782b.zip
show ccache statistics in log
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c63909d9..31cea0a1 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