aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-08-25 13:31:06 +0200
committerGitHub <noreply@github.com>2017-08-25 13:31:06 +0200
commitd5d2098a6fa163e9a88f2ab09471ce6380b189f9 (patch)
treedd677f1aa2f89cfc5aad5dd223fd273c3a9c6274 /travis
parentc34d8ea5a1528c7f8098c1b61d0c7b8a4354fe1d (diff)
parent56aa0fadd0464e66ad80247e1d92bce5500b584d (diff)
Merge branch 'master' into geirst/sort-document-types-in-topological-order
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 6320cd505ca..42dbf0e6467 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_SIZE="4G"
+export CCACHE_SIZE="1G"
export CCACHE_COMPRESS=1
NUM_THREADS=4