aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 334cc276ce3..4386be3b878 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="1G"
+export CCACHE_MAXSIZE="1G"
export CCACHE_COMPRESS=1
NUM_THREADS=4
ccache --print-config