diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-02 22:56:36 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-02 22:56:36 +0200 |
commit | 701e1d3214f3b3d012785e59b22a24f86774659b (patch) | |
tree | 8d1176679c920e5149daf00e41693a4033f53b1a /.travis.yml | |
parent | d64cb3226c1a8aefbdc9a426b1615eda911e44fc (diff) | |
download | sonarqube-701e1d3214f3b3d012785e59b22a24f86774659b.tar.gz sonarqube-701e1d3214f3b3d012785e59b22a24f86774659b.zip |
Disable parallel build on travis - unstable tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |