Skip to content

Commit

Permalink
Reenable Julia 0.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Sep 21, 2018
1 parent 1f37ce9 commit ddd7c17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- 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 1.0-
julia 0.7
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
environment:
matrix:
- julia_version: latest
- julia_version: 0.7
- julia_version: 1.0
- julia_version: nightly

platform:
- x86 # 32-bit
Expand All @@ -9,8 +11,8 @@ platform:
## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
#matrix:
# allow_failures:
# - julia_version: latest
allow_failures:
- julia_version: nightly

branches:
only:
Expand Down

0 comments on commit ddd7c17

Please sign in to comment.