Skip to content

Commit

Permalink
allow failures on 0.7 and nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
awllee committed Jul 17, 2018
1 parent 7e7798e commit 1872c74
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ git:

## 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
matrix:
allow_failures:
- julia: 0.7
- julia: nightly

## uncomment and modify the following lines to manually install system packages
#addons:
Expand Down

0 comments on commit 1872c74

Please sign in to comment.