show ccache statistics in log

pull/1246/head
Herbert Thielen 7 years ago
parent 83d8dd0e9c
commit 56f8222a14
  1. 3
      .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

Loading…
Cancel
Save