From 5a5487873ccb2e77c1e0157a11fa47024b234c0f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sat, 3 Sep 2016 14:26:16 +0200 Subject: [PATCH] Build with 2 threads on Travis --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 8bac388b870..b105bad5bac 100755 --- a/travis.sh +++ b/travis.sh @@ -28,7 +28,7 @@ case "$TARGET" in CI) export MAVEN_OPTS="-Xmx1G -Xms128m" - MAVEN_OPTIONS="-Dmaven.test.redirectTestOutputToFile=false -Dsurefire.useFile=false -B -e -V" + MAVEN_OPTIONS="-Dmaven.test.redirectTestOutputToFile=false -Dsurefire.useFile=false -B -e -V -T 2" INITIAL_VERSION=`maven_expression "project.version"` if [[ $INITIAL_VERSION =~ "-SNAPSHOT" ]]; then -- 2.39.5