summaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-28 14:41:42 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-28 14:41:42 +0000
commitbcc348965ece51aaedf96669649be55087a43bef (patch)
treefd6d9fb667ad5a4db3dc7db8819c150ea3cdf144 /travis
parent2df0c12a503a0fdff8da459618801fb5037a06f0 (diff)
ccache has changed from --print-config to --show-config, but sgort version -p is the same....
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-full.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build-full.sh b/travis/travis-build-full.sh
index 1715c9e2288..62821e0e06d 100755
--- a/travis/travis-build-full.sh
+++ b/travis/travis-build-full.sh
@@ -11,7 +11,7 @@ source /etc/profile.d/enable-rh-maven35.sh
ccache --max-size=1250M
ccache --set-config=compression=true
-ccache --print-config
+ccache -p
cd ${SOURCE_DIR}
env VESPA_MAVEN_EXTRA_OPTS="--no-snapshot-updates --batch-mode --threads ${NUM_THREADS}" sh ./bootstrap.sh java