summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-08-28 14:09:13 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-08-28 14:09:13 +0200
commit175c8f38ae08f552e7db060f716e3dfe7c67f824 (patch)
tree4ffca56761ebd9a263b0486e1ab7ce4abe39b95e /travis
parent9765dbd388ac09f0f5cd97c7fa7d5bbb06d60abf (diff)
Increase ccache size
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build-cpp.sh b/travis/travis-build-cpp.sh
index 4386be3b878..825da67bf54 100755
--- a/travis/travis-build-cpp.sh
+++ b/travis/travis-build-cpp.sh
@@ -7,7 +7,7 @@ BUILD_DIR=~/build
mkdir "${BUILD_DIR}"
-export CCACHE_MAXSIZE="1G"
+export CCACHE_MAXSIZE="1250M"
export CCACHE_COMPRESS=1
NUM_THREADS=4
ccache --print-config