diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7206921a9e..87e5e3358d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,11 +75,14 @@ matrix: dist: xenial script: + - ccache --show-stats > /tmp/ccache_before - export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH" - ./configure --enable-all-engines --enable-opl2lpt --enable-verbose-build - make -j 2 - make test - make devtools + - ccache --show-stats > /tmp/ccache_after + - diff -U999 /tmp/ccache_before /tmp/ccache_after || true notifications: irc: |