Skip to content

Commit 3dd5c28

Browse files
committed
Drop support for Julia 0.6 because of ZipFile.jl
ZipFile.jl no longer supports Julia 0.6.
1 parent a245953 commit 3dd5c28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ language: julia
33
os:
44
- linux
55
- osx
6+
67
julia:
7-
- 0.6
88
- 0.7
99
- 1.0
10+
- 1.1
1011
- nightly
1112

1213
matrix:
1314
allow_failures:
14-
- julia: 1.0
1515
- julia: nightly
1616

1717
notifications:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
99
[compat]
1010
Compat = "≥ 1.0.0"
1111
ZipFile = "≥ 0.3.0"
12-
julia = "≥ 0.6.0"
12+
julia = "≥ 0.7.0"
1313

1414
[extras]
1515
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)