Skip to content

Commit

Permalink
Drop Julia 0.7 support and test on latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed May 14, 2020
1 parent ccaa6ab commit c521d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,8 +5,8 @@ os:
- osx

julia:
- 0.7
- 1.0
- 1
- nightly

notifications:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -9,4 +9,4 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "0.7, 1"
julia = "1"

0 comments on commit c521d87

Please sign in to comment.