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 9b613d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ common_travis_dir="$(travis_changed_files_parent)"
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"

# Give Maven a bit more memory
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
#export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
export MAVEN_OPTS='-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 9b613d9

Please sign in to comment.