diff options
author | Jack Lloyd <[email protected]> | 2017-08-27 06:29:52 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-29 07:35:44 -0400 |
commit | f97aa84fa2e9d007065e875243bd4112bb91a130 (patch) | |
tree | 5075139a69d879d9ef46f93c79dc92d1e46b2a8b /.travis.yml | |
parent | 44a80b26c183f6e785745149aab7c3e0d469fb6d (diff) |
Further fixes to ci build script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 22eca2147..5403f05e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ compiler: env: global: - - CCACHE_SIZE=50M + - CCACHE_MAXSIZE=100M + - CCACHE_MAXFILES=1000 - CCACHE_COMPRESS=1 # SONAR_TOKEN for accessing the SonarQube server - secure: "VezRbHFg6kllV5WG06M3tG3aHJaC3xrMylJ6RCVbL+uz2JeralVCqV7eIk4fVb9cu83Li+weEa0AJj0wkxpIUJ+vUh5F65L6gSWSbgHP7muOSVsmnEc6KvX4n3av/ZGe4geSmsxqh2pd/2xI1h7KioGRhKeqaZIdjVgWgGJW2iQ=" |