aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-22 08:20:33 -0500
committerJack Lloyd <[email protected]>2018-12-22 08:20:33 -0500
commit7c92530d47f9c7475f76e3d547480cb62c82a148 (patch)
treebe19cc7d1317d377d72a353c8b73f9169a5ceeb9 /src
parent2be8b68c1b16d30076118eb7326125764a7f53fa (diff)
Increase Travis cache size [ci skip]
With compression disabled, the cache is too small for builds that use debug info, and causes 100% miss rate.
Diffstat (limited to 'src')
-rw-r--r--src/scripts/ci/travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml
index 3e5c7cdde..4324af6bf 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -13,7 +13,7 @@ compiler:
env:
global:
- - CCACHE_MAXSIZE=200M
+ - CCACHE_MAXSIZE=400M
matrix:
- BUILD_MODE="shared"
@@ -103,7 +103,7 @@ branches:
- coverity_scan
git:
- depth: 5
+ depth: 3
cache:
ccache: true