diff options
author | David Gageot <david@gageot.net> | 2015-06-24 15:23:42 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-24 15:23:42 +0200 |
commit | 1385dd342df0ce5fc41872979731ecdeefc76dfb (patch) | |
tree | 2c70564c0ad59979ef171eeaf38348a12822a886 /travis.sh | |
parent | 3630f86f9aaa8edaf7b5ee84d1f858da5dd2b01b (diff) | |
download | sonarqube-1385dd342df0ce5fc41872979731ecdeefc76dfb.tar.gz sonarqube-1385dd342df0ce5fc41872979731ecdeefc76dfb.zip |
Use two threads on TravisCI
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 49bcd70c4e5..aaea11d3906 100755 --- a/travis.sh +++ b/travis.sh @@ -9,7 +9,7 @@ function installTravisTools { case "$JOB" in H2) - mvn verify -B -e -V + mvn verify -B -e -V -DforkCount=2 ;; POSTGRES) |