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 407c65f commit 33d34b9Copy full SHA for 33d34b9
.travis.yml
@@ -7,6 +7,9 @@ julia:
7
- 1.0
8
- 1.1
9
- nightly
10
+matrix:
11
+ allow_failures:
12
+ - julia: nightly
13
notifications:
14
email: false
15
branches:
appveyor.yml
@@ -10,9 +10,9 @@ platform:
## uncomment the following lines to allow failures on nightly julia
## (tests will run but not make your overall status red)
-#matrix:
-# allow_failures:
-# - julia_version: latest
+ - julia_version: latest
16
17
18
only:
0 commit comments