Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tool/travis_runner.sh
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
set -e
set -x

if [[ -v JT ]] && [[ "$JT" = "check_ambiguous_arguments" ]]
then
ruby tool/jt.rb $JT
exit $?
fi

./mvnw install -B -Dinvoker.skip=false $PHASE | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$'

MVN_STATUS=${PIPESTATUS[0]}

0 comments on commit cf56988

Please sign in to comment.