8000
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 421efad commit 792b24aCopy full SHA for 792b24a
travis.sh
@@ -75,10 +75,11 @@ common_travis_dir="$(travis_changed_files_parent)"
75
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"
76
77
# Give Maven a bit more memory
78
-export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
+#export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
79
+export MAVEN_OPTS='-Xmx800m -Xms400m'
80
"${TRAVIS_BUILD_DIR-$HOME/$CIRCLE_PROJECT_REPONAME}"/mvnw \
81
--batch-mode clean verify -e \
- -DskipTests=$SKIP_TESTS \
82
+ -DskipTests=$SKIP_TESTS | \
83
egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
84
85
[ -z "$common_travis_dir" ] || popd
0 commit comments