Skip to content

Commit

Permalink
Require Julia v1.0, also test on v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Jan 15, 2019
1 parent c1f6dde commit cfe767f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ os:
- linux
- osx
julia:
- 0.6
- 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,2 +1,2 @@
julia 0.6
julia 1.0
Compat 0.66
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 0.6
- julia_version: 1.0
- julia_version: 1.1
- julia_version: latest

platform:
Expand Down

0 comments on commit cfe767f

Please sign in to comment.