From 4b147e32c3213a59fa187d6a5e8c34c40083717c Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 20 Jun 2015 16:54:20 -0400 Subject: [PATCH] show ccache stats after builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 95fd85c7d..f77539829 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ script: - bjam -j2 variant=$variant warnings=off $CC - cd ../bindings/python - bjam -j2 variant=$variant warnings=off $CC + - ccache --show-stats compiler: - gcc