We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421efad commit af06972Copy full SHA for af06972
travis.sh
@@ -78,7 +78,7 @@ common_travis_dir="$(travis_changed_files_parent)"
78
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
79
"${TRAVIS_BUILD_DIR-$HOME/$CIRCLE_PROJECT_REPONAME}"/mvnw \
80
--batch-mode clean verify -e \
81
- -DskipTests=$SKIP_TESTS \
+ -DskipTests=$SKIP_TESTS | \
82
egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
83
84
[ -z "$common_travis_dir" ] || popd
0 commit comments