diff options
author | Jack Lloyd <[email protected]> | 2017-08-29 11:06:03 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-29 11:06:03 -0400 |
commit | b813d8ba8b0a7928f8bf1deffd014fd76bb84c5d (patch) | |
tree | 0062f51fc7a7a11dcedd348a994ef8d0da88a563 /.travis.yml | |
parent | 5631a1bb84043f5bfbca73a2f3aca42cd323a469 (diff) |
Use Xenial ccache on Travis
The Trusty ccache is too old and apparently ignores our ccache
env variables.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bfda08427..92dcf75a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ compiler: env: global: - - USE_CCACHE=1 - CCACHE_MAXSIZE=100M - CCACHE_MAXFILES=1000 - CCACHE_COMPRESS=1 |