We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f53d05 commit eae8a48Copy full SHA for eae8a48
travis.sh
@@ -66,8 +66,8 @@ 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 -Xmx2g -Xms512m'
70
-./mvnw --batch-mode clean verify -e -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
+export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx600m -Xms300m'
+"${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
73
0 commit comments