Skip to content

Commit

Permalink
Update travis to allow failures on nightly, until world age problem f…
Browse files Browse the repository at this point in the history
…ixed
  • Loading branch information
ScottPJones committed Jan 26, 2017
1 parent 5d92a7d commit 8b74630
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ julia:
- nightly
notifications:
email: false
matrix:
fast_finish: true
allow_failures:
julia: nightly
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Expand Down

0 comments on commit 8b74630

Please sign in to comment.