Skip to content

Commit

Permalink
Allow failures on Julia nightly
Browse files Browse the repository at this point in the history
There is currently an issue with type inference that causes the Cox
tests to fail.
  • Loading branch information
ararslan committed Apr 23, 2019
1 parent 9d91faf commit 8d30e77
Showing 1 changed file with 3 additions and 0 deletions.
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:
- 1.0
- 1.1
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
#script: # the default script is equivalent to the following
Expand Down

0 comments on commit 8d30e77

Please sign in to comment.