Skip to content

Commit 9b613d9

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

travis.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ common_travis_dir="$(travis_changed_files_parent)"
7575
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"
7676

7777
# Give Maven a bit more memory
78-
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
78+
#export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx800m -Xms400m'
79+
export MAVEN_OPTS='-Xmx800m -Xms400m'
7980
"${TRAVIS_BUILD_DIR-$HOME/$CIRCLE_PROJECT_REPONAME}"/mvnw \
8081
--batch-mode clean verify -e \
81-
-DskipTests=$SKIP_TESTS \
82+
-DskipTests=$SKIP_TESTS | \
8283
egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
8384

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

0 commit comments

Comments
 (0)