Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Start testing with Julia 1.4
  • Loading branch information
matthewware committed Apr 7, 2020
1 parent 2e7ae9e commit 67ff8a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ os:
- linux
- osx
julia:
- 1.0
- 1.3
- 1.4
- nightly

codecov: true
coveralls: true

matrix:
allow_failures:
- julia: 1.4
- julia: nightly
fast_finish: true

Expand Down

0 comments on commit 67ff8a5

Please sign in to comment.