From 1385dd342df0ce5fc41872979731ecdeefc76dfb Mon Sep 17 00:00:00 2001 From: David Gageot Date: Wed, 24 Jun 2015 15:23:42 +0200 Subject: [PATCH] Use two threads on TravisCI --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5