Skip to content

Commit

Permalink
Extend compatibility and tests to Julia 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed May 20, 2020
1 parent ad77c20 commit 18ecc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- nightly

matrix:
allow_failures:
- julia: 1.2
- julia: nightly

notifications:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uuid = "04a3d532-ba69-5937-989a-472689bdb720"
version = "1.0.0"

[compat]
julia = "1.0, 1.1, 1.2"
julia = "1.0, 1.1, 1.2, 1.3, 1.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

0 comments on commit 18ecc59

Please sign in to comment.