aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-23 14:18:07 -0500
committerJack Lloyd <[email protected]>2018-12-23 14:18:07 -0500
commit3d076b1ddc24fdd165e14d5a417408b415b1c26d (patch)
treec8839e99622e75ba730e11f5971fbe021d33990f
parentc38bfb18fdfc768cd0e709584664b1072868b82d (diff)
Increase Travis ccache again
Still insufficient for debug builds
-rw-r--r--src/scripts/ci/travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml
index 4324af6bf..80f38534a 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -13,7 +13,7 @@ compiler:
env:
global:
- - CCACHE_MAXSIZE=400M
+ - CCACHE_MAXSIZE=600M
matrix:
- BUILD_MODE="shared"