aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-02 05:54:18 -0400
committerJack Lloyd <[email protected]>2017-09-02 05:54:18 -0400
commitca025e8039e0b46460999f8e1948029e16c771ca (patch)
tree99c5dabdc30b3b83c530ef4d8778eaf80efde610 /.travis.yml
parentfc19681e0bafb0647e1627bb5f79422dfbb463c1 (diff)
Bump up Travis maxfiles
The coverage build has 2 obj files per source file, and it ends up bumping up against the max files limit and suffering excessive misses. [ci skip]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b87dafd19..cdd5192b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ compiler:
env:
global:
- CCACHE_MAXSIZE=250M
- - CCACHE_MAXFILES=1500
+ - CCACHE_MAXFILES=2000
- CCACHE_COMPRESS=1
# SONAR_TOKEN for accessing the Sonar server
- secure: "VezRbHFg6kllV5WG06M3tG3aHJaC3xrMylJ6RCVbL+uz2JeralVCqV7eIk4fVb9cu83Li+weEa0AJj0wkxpIUJ+vUh5F65L6gSWSbgHP7muOSVsmnEc6KvX4n3av/ZGe4geSmsxqh2pd/2xI1h7KioGRhKeqaZIdjVgWgGJW2iQ="