Skip to content

Commit

Permalink
Update CI, drop support for Julia 0.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus J. Weber committed Feb 6, 2019
1 parent 4a4a076 commit 401b638
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ os:
- osx
- linux
julia:
- 0.7
- "0.7"
- "1.0"
- "1.1"
- nightly
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
julia 0.7-beta
julia 0.7
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: nightly

platform:
Expand Down

0 comments on commit 401b638

Please sign in to comment.