]> source.dussan.org Git - sonarqube.git/commitdiff
Revert "Build with 2 threads on Travis"
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 4 Sep 2016 19:49:14 +0000 (21:49 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 4 Sep 2016 19:49:14 +0000 (21:49 +0200)
This reverts commit 5a5487873ccb2e77c1e0157a11fa47024b234c0f.
Artifactory plugin does not support concurrent build
of modules.

travis.sh

index b105bad5bac308e148ec019b756820511b84e97a..8bac388b870a752c419e514bd8d345b310a9ff30 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 -T 2"
+  MAVEN_OPTIONS="-Dmaven.test.redirectTestOutputToFile=false -Dsurefire.useFile=false -B -e -V"
 
   INITIAL_VERSION=`maven_expression "project.version"`
   if [[ $INITIAL_VERSION =~ "-SNAPSHOT" ]]; then