aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-23 16:52:53 -0500
committerJack Lloyd <[email protected]>2018-12-23 16:52:53 -0500
commitc84aa1e430a8d1565ecbd03fafbba426b38b76ec (patch)
tree97dded1a5207d39287887ad8c82d76b52c702b84
parent897f6e8be4992d5ed685729adc21fcaa882a696f (diff)
Increase Travis ccache size
The cache size increases will continue until hit rate improves.
-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 70786243b..fc917dca4 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -13,7 +13,7 @@ compiler:
env:
global:
- - CCACHE_MAXSIZE=750M
+ - CCACHE_MAXSIZE=800M
matrix:
- BUILD_MODE="shared"