aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
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 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)