We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20f4c3 commit 9cf40b0Copy full SHA for 9cf40b0
3 files changed
.travis.yml
@@ -3,6 +3,7 @@ os:
3
- linux
4
- osx
5
julia:
6
+ - 0.7
7
- 1.0
8
- 1.1
9
- nightly
Project.toml
@@ -9,4 +9,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test = ["Test"]
10
11
[compat]
12
-julia = "1"
+julia = "0.7, 1"
appveyor.yml
@@ -1,5 +1,6 @@
1
environment:
2
matrix:
+ - julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: nightly
0 commit comments