Enable ccache compression

This commit is contained in:
Patrick Niklaus 2016-05-04 18:42:47 +02:00
parent 44ebdfeb2d
commit d81f25d54e
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -1,10 +1,18 @@
language: cpp
git:
depth: 10
# sudo:required is needed for trusty images
sudo: required
dist: trusty
# don't re-build for tags so that [publish binary] is not re-run
# https://github.com/travis-ci/travis-ci/issues/1532
branches:
except:
- /^v[0-9]/
notifications:
email: false
@ -16,6 +24,11 @@ cache:
- ccache: true
- apt: true
env:
global:
- CCACHE_TEMPDIR=/tmp/.ccache-temp
- CCACHE_COMPRESS=1
matrix:
fast_finish: true