aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-06-24 15:23:42 +0200
committerDavid Gageot <david@gageot.net>2015-06-24 15:23:42 +0200
commit1385dd342df0ce5fc41872979731ecdeefc76dfb (patch)
tree2c70564c0ad59979ef171eeaf38348a12822a886 /travis.sh
parent3630f86f9aaa8edaf7b5ee84d1f858da5dd2b01b (diff)
downloadsonarqube-1385dd342df0ce5fc41872979731ecdeefc76dfb.tar.gz
sonarqube-1385dd342df0ce5fc41872979731ecdeefc76dfb.zip
Use two threads on TravisCI
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
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)