We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf568a7 commit 26914a8Copy full SHA for 26914a8
.appveyor.yml
@@ -1,6 +1,7 @@
1
environment:
2
matrix:
3
- - julia_version: 1.0
+ - julia_version: 1.1
4
+ - julia_version: 1.2
5
- julia_version: nightly
6
7
platform:
.travis.yml
@@ -3,7 +3,8 @@ os:
- linux
- osx
julia:
- - 1.0
+ - 1.1
+ - 1.2
8
- nightly
9
notifications:
10
email: false
0 commit comments