diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-02 22:47:14 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-02 22:47:14 +0200 |
commit | d64cb3226c1a8aefbdc9a426b1615eda911e44fc (patch) | |
tree | 6d332b19059c197ff193e249d5314f28ccf08c3a /.travis.yml | |
parent | 8d7714f2abe47918e4ed330073c369df37ef2ec9 (diff) | |
download | sonarqube-d64cb3226c1a8aefbdc9a426b1615eda911e44fc.tar.gz sonarqube-d64cb3226c1a8aefbdc9a426b1615eda911e44fc.zip |
Enable parallel build in travis
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 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 |