Skip to content

Commit

Permalink
travis: try out travis_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Sep 6, 2017
1 parent 4c423df commit 6ee3ba9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ notifications:
email: false

script:
- source $TRAVIS/run_test.sh
# bump the time limit of no ouput
# the `travis_wait` wrapper can be removed once this issue fixed:
# https://github.com/JuliaLang/julia/pull/20070#pullrequestreview-60873107
- travis_wait source $TRAVIS/run_test.sh

after_success:
- source $TRAVIS/run_coverage.sh
Expand Down

0 comments on commit 6ee3ba9

Please sign in to comment.