Skip to content

Commit

Permalink
Allow to fail on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Aug 28, 2019
1 parent 8b68cb6 commit 43febf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ os:
- osx
- linux
julia:
- 0.7
- 1.0
- 1.1
- nightly
notifications:
email: false
matrix:
allow_failures:
- julia: nightly
sudo: false
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 43febf5

Please sign in to comment.