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 2436d83 commit f455239Copy full SHA for f455239
.travis.yml
@@ -6,6 +6,7 @@ os:
6
7
julia:
8
- 0.7
9
+ - 1.0
10
- nightly
11
12
notifications:
appveyor.yml
@@ -1,7 +1,8 @@
1
environment:
2
matrix:
3
- julia_version: 0.7
4
- - julia_version: latest
+ - julia_version: 1.0
5
+ - julia_version: nightly
platform:
- x86 # 32-bit
0 commit comments