]> source.dussan.org Git - sonarqube.git/commitdiff
Build with 2 threads on Travis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 3 Sep 2016 12:26:16 +0000 (14:26 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sat, 3 Sep 2016 12:26:16 +0000 (14:26 +0200)
travis.sh

index 8bac388b870a752c419e514bd8d345b310a9ff30..b105bad5bac308e148ec019b756820511b84e97a 100755 (executable)
--- 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