We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c3fce commit bc887e7Copy full SHA for bc887e7
.appveyor.yml_
@@ -13,9 +13,9 @@ platform:
13
14
## uncomment the following lines to allow failures on nightly julia
15
## (tests will run but not make your overall status red)
16
-#matrix:
17
-# allow_failures:
18
-# - julia_version: nightly
+matrix:
+ allow_failures:
+ - julia_version: nightly
19
20
#branches:
21
# only:
.travis.yml
@@ -16,10 +16,10 @@ env:
-# - julia: nightly
22
-# fast_finish: true
+ - julia: nightly
+ fast_finish: true
23
24
notifications:
25
email: false
0 commit comments