diff options
author | David Gageot <david@gageot.net> | 2015-07-07 13:30:28 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-07-07 15:21:21 +0200 |
commit | e56cdd214bd71c786c2746c4b64b5cbdb659a253 (patch) | |
tree | 3e3002285ee1f41b9cacc28e253ce36d79761737 /travis.sh | |
parent | 24c7313091000087942adb7ce9c8f7f638c5c375 (diff) | |
download | sonarqube-e56cdd214bd71c786c2746c4b64b5cbdb659a253.tar.gz sonarqube-e56cdd214bd71c786c2746c4b64b5cbdb659a253.zip |
It's not faster and might cause flakiness
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index e753245b1ed..f616c39006f 100755 --- a/travis.sh +++ b/travis.sh @@ -9,7 +9,7 @@ function installTravisTools { case "$JOB" in H2) - mvn verify -B -e -V -DforkCount=2 + mvn verify -B -e -V ;; POSTGRES) |