Skip to content

Commit af06972

Browse files
author
Jerjou Cheng
committed
Missed a pipe.
1 parent 421efad commit af06972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ common_travis_dir="$(travis_changed_files_parent)"
7878
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
7979
"${TRAVIS_BUILD_DIR-$HOME/$CIRCLE_PROJECT_REPONAME}"/mvnw \
8080
--batch-mode clean verify -e \
81-
-DskipTests=$SKIP_TESTS \
81+
-DskipTests=$SKIP_TESTS | \
8282
egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
8383

8484
[ -z "$common_travis_dir" ] || popd

0 commit comments

Comments
 (0)