We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e73738 commit ec23711Copy full SHA for ec23711
travis.sh
@@ -66,7 +66,7 @@ common_travis_dir="$(travis_changed_files_parent)"
66
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"
67
68
# Give Maven a bit more memory
69
-export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx600m -Xms300m'
+export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
70
"${TRAVIS_BUILD_DIR}"/mvnw --batch-mode clean verify -e -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
71
72
[ -z "$common_travis_dir" ] || popd
0 commit comments