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 8656519 commit b37ddb7Copy full SHA for b37ddb7
.travis.yml
@@ -4,6 +4,7 @@ os:
4
- osx
5
julia:
6
- 0.7
7
+ - 1.0
8
- nightly
9
notifications:
10
email: false
appveyor.yml
@@ -1,6 +1,7 @@
1
environment:
2
matrix:
3
- julia_version: 0.7
+ - julia_version: 1.0
- julia_version: latest
platform:
@@ -9,9 +10,9 @@ platform:
11
## uncomment the following lines to allow failures on nightly julia
12
## (tests will run but not make your overall status red)
-#matrix:
13
-# allow_failures:
14
-# - julia_version: latest
+matrix:
+ allow_failures:
15
+ - julia_version: latest
16
17
branches:
18
only:
0 commit comments