aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-02 22:56:36 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-02 22:56:36 +0200
commit701e1d3214f3b3d012785e59b22a24f86774659b (patch)
tree8d1176679c920e5149daf00e41693a4033f53b1a /.travis.yml
parentd64cb3226c1a8aefbdc9a426b1615eda911e44fc (diff)
downloadsonarqube-701e1d3214f3b3d012785e59b22a24f86774659b.tar.gz
sonarqube-701e1d3214f3b3d012785e59b22a24f86774659b.zip
Disable parallel build on travis - unstable tests
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 7885ad6a15d..6d93031457b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ language: java
jdk:
- oraclejdk8
-script: mvn clean install -e -B -T0.5C -DforkCount=0.5C
+script: mvn clean install -e -B
install: true