We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a245953 commit 3dd5c28Copy full SHA for 3dd5c28
.travis.yml
@@ -3,15 +3,15 @@ language: julia
3
os:
4
- linux
5
- osx
6
+
7
julia:
- - 0.6
8
- 0.7
9
- 1.0
10
+ - 1.1
11
- nightly
12
13
matrix:
14
allow_failures:
- - julia: 1.0
15
- julia: nightly
16
17
notifications:
Project.toml
@@ -9,7 +9,7 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
[compat]
Compat = "≥ 1.0.0"
ZipFile = "≥ 0.3.0"
-julia = "≥ 0.6.0"
+julia = "≥ 0.7.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments