]> source.dussan.org Git - sonarqube.git/commitdiff
Disable parallel build on travis - unstable tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 2 Apr 2015 20:56:36 +0000 (22:56 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 2 Apr 2015 20:56:36 +0000 (22:56 +0200)
.travis.yml

index 7885ad6a15dac1b9db43a76a47c5bececfc85227..6d93031457bb830514206b481590c6fc0b98c0ab 100644 (file)
@@ -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