aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-08-25 18:18:41 +0200
committerGitHub <noreply@github.com>2017-08-25 18:18:41 +0200
commit2b7452bda4e045b1c145c82dde0d6cdda778051d (patch)
tree24e69ec1671b2e506da65a9930611ed4718367db
parent83d657ff273250f436227a89b1e31982ac14eade (diff)
parent7a73a0ee30738311d6411475c012dd5386823b18 (diff)
Merge pull request #3223 from vespa-engine/bjorncs/travis
Fix typo
-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