aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-09-03 14:26:16 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-09-03 14:26:16 +0200
commit5a5487873ccb2e77c1e0157a11fa47024b234c0f (patch)
tree0a03c0398b1d6de976a40a7124673932600f971f /travis.sh
parent5fac9ad9ac653dba89f5f53457c8d17959cef7cc (diff)
downloadsonarqube-5a5487873ccb2e77c1e0157a11fa47024b234c0f.tar.gz
sonarqube-5a5487873ccb2e77c1e0157a11fa47024b234c0f.zip
Build with 2 threads on Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
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