aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-02 22:47:14 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-02 22:47:14 +0200
commitd64cb3226c1a8aefbdc9a426b1615eda911e44fc (patch)
tree6d332b19059c197ff193e249d5314f28ccf08c3a /.travis.yml
parent8d7714f2abe47918e4ed330073c369df37ef2ec9 (diff)
downloadsonarqube-d64cb3226c1a8aefbdc9a426b1615eda911e44fc.tar.gz
sonarqube-d64cb3226c1a8aefbdc9a426b1615eda911e44fc.zip
Enable parallel build in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d93031457b..7885ad6a15d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: java
jdk:
- oraclejdk8
-script: mvn clean install -e -B
+script: mvn clean install -e -B -T0.5C -DforkCount=0.5C
install: true