diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-09-04 21:49:14 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-09-04 21:49:14 +0200 |
commit | 8e1c75cc7b81ee0146bd6a42fe57a0c76debe086 (patch) | |
tree | 8f1516f14adaaa1ffc421b50737b33a887d29f75 /travis.sh | |
parent | 5a5487873ccb2e77c1e0157a11fa47024b234c0f (diff) | |
download | sonarqube-8e1c75cc7b81ee0146bd6a42fe57a0c76debe086.tar.gz sonarqube-8e1c75cc7b81ee0146bd6a42fe57a0c76debe086.zip |
Revert "Build with 2 threads on Travis"
This reverts commit 5a5487873ccb2e77c1e0157a11fa47024b234c0f.
Artifactory plugin does not support concurrent build
of modules.
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index b105bad5bac..8bac388b870 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 -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 |