Skip to content

Commit

Permalink
Allow CI failures on Julia v1
Browse files Browse the repository at this point in the history
But, v0.7 and nightly still must pass.
	modified:   .travis.yml
	modified:   appveyor.yml
  • Loading branch information
jlapeyre committed Dec 6, 2018
1 parent fc88ccd commit 11a9052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ julia:
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
- julia: 1.0
notifications:
email: false
after_success:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform:
# # (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia_version: nightly
- julia_version: 1

branches:
only:
Expand Down

0 comments on commit 11a9052

Please sign in to comment.