aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-23 15:33:25 -0500
committerJack Lloyd <[email protected]>2018-12-23 15:33:25 -0500
commit3e3a21ceef1bc25fd18743787d91f1c0adb525ea (patch)
tree147d72c2ca7b5772026b3c3ef407cbc08850fa7e /src/scripts/ci
parentf7f42d07187b357dc5b4c3de53f29af88bd07eb6 (diff)
Increase Travis ccache to 750M
Even 600M is not sufficient for the coverage build
Diffstat (limited to 'src/scripts/ci')
-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 80f38534a..37df3794c 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -13,7 +13,7 @@ compiler:
env:
global:
- - CCACHE_MAXSIZE=600M
+ - CCACHE_MAXSIZE=750M
matrix:
- BUILD_MODE="shared"