From 8e1c75cc7b81ee0146bd6a42fe57a0c76debe086 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sun, 4 Sep 2016 21:49:14 +0200 Subject: [PATCH] Revert "Build with 2 threads on Travis" This reverts commit 5a5487873ccb2e77c1e0157a11fa47024b234c0f. Artifactory plugin does not support concurrent build of modules. --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5