Skip to content

Commit

Permalink
Missed a pipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerjou Cheng committed Mar 24, 2017
1 parent 421efad commit af06972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ common_travis_dir="$(travis_changed_files_parent)"
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
"${TRAVIS_BUILD_DIR-$HOME/$CIRCLE_PROJECT_REPONAME}"/mvnw \
--batch-mode clean verify -e \
-DskipTests=$SKIP_TESTS \
-DskipTests=$SKIP_TESTS | \
egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"

[ -z "$common_travis_dir" ] || popd
Expand Down

0 comments on commit af06972

Please sign in to comment.