summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2916b47a594..ce365214434 100755
--- a/travis/travis-build-full.sh
+++ b/travis/travis-build-full.sh
@@ -14,7 +14,7 @@ ccache --set-config=compression=true
ccache --print-config
cd ${SOURCE_DIR}
-sh ./bootstrap.sh java
+env VESPA_MAVEN_EXTRA_OPTS="--no-snapshot-updates --batch-mode --threads ${NUM_THREADS}" sh ./bootstrap.sh java
mvn -V install --no-snapshot-updates --batch-mode --threads ${NUM_THREADS}
bash ${SOURCE_DIR}/bootstrap-cmake.sh ${SOURCE_DIR}
make -j ${NUM_THREADS}