diff options
author | Jack Lloyd <[email protected]> | 2017-08-31 10:26:51 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-31 10:26:51 -0400 |
commit | 8eca2f77562d73f2170f48903316652538f65a35 (patch) | |
tree | 73ce91acbced31221508ab08cf27b3e1ec1c14d2 /.travis.yml | |
parent | 17ef09021892afc4c0e9fe7ba97423bf832e6dc5 (diff) |
Increase Travis ccache sizes
For some reason the coverage and fuzzer builds are no longer caching
properly, maybe this helps.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 93daacb9b..29868002c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ compiler: env: global: - - CCACHE_MAXSIZE=100M - - CCACHE_MAXFILES=1000 + - CCACHE_MAXSIZE=150M + - CCACHE_MAXFILES=2000 - CCACHE_COMPRESS=1 # SONAR_TOKEN for accessing the Sonar server - secure: "VezRbHFg6kllV5WG06M3tG3aHJaC3xrMylJ6RCVbL+uz2JeralVCqV7eIk4fVb9cu83Li+weEa0AJj0wkxpIUJ+vUh5F65L6gSWSbgHP7muOSVsmnEc6KvX4n3av/ZGe4geSmsxqh2pd/2xI1h7KioGRhKeqaZIdjVgWgGJW2iQ=" |