From: Simon Brandhof Date: Sat, 3 Sep 2016 12:26:16 +0000 (+0200) Subject: Build with 2 threads on Travis X-Git-Tag: 6.1-RC1~231 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a5487873ccb2e77c1e0157a11fa47024b234c0f;p=sonarqube.git Build with 2 threads on Travis --- 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