Skip to content

Commit

Permalink
allow failures on nightly (#139)
Browse files Browse the repository at this point in the history
* allow failures on nightly

* also test julia 1.5

* drop unsupported releases
  • Loading branch information
Pietro Vertechi authored Jul 14, 2020
1 parent 0c4adf6 commit 68eaf79
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ os:
- osx
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- nightly
notifications:
email: false
Expand All @@ -17,9 +15,9 @@ 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: nightly

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

0 comments on commit 68eaf79

Please sign in to comment.