Navigation Menu

Skip to content

Commit

Permalink
Add travis_retry, for travis flakiness (memory, network).
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Sep 11, 2014
1 parent 1ad4a59 commit aee83af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,7 @@ before_install:

install: /bin/true
# |^[[:space:]]*\[exec\][[:space:]]*$
script: "ant $TARGET | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$' ; [ ${PIPESTATUS[0]} == 0 ]"
script: "travis_retry ant $TARGET | egrep -v 'Download|\\[exec\\] [[:digit:]]+/[[:digit:]]+|^[[:space:]]*\\[exec\\][[:space:]]*$' ; [ ${PIPESTATUS[0]} == 0 ]"
notifications:
irc:
channels:
Expand Down

0 comments on commit aee83af

Please sign in to comment.