From 7a73a0ee30738311d6411475c012dd5386823b18 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Fri, 25 Aug 2017 18:18:25 +0200 Subject: Fix typo --- travis/travis-build-cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3