Skip to content

Commit

Permalink
fix travis to allow failures on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Mar 12, 2019
1 parent d612cc8 commit bfca13c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ julia:
- 1.0
- nightly

# # Uncomment the following lines to allow failures on nightly julia
# # (tests will run but not make your overall status red)
# matrix:
# allow_failures:
# - julia: nightly
# Uncomment the following lines to allow failures on nightly julia
# (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia: nightly

notifications:
email: false
Expand Down

0 comments on commit bfca13c

Please sign in to comment.