Skip to content

Commit bc887e7

Browse files
committed
Allow test failures on Julia nightly builds
1 parent 47c3fce commit bc887e7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.appveyor.yml_

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ platform:
1313

1414
## uncomment the following lines to allow failures on nightly julia
1515
## (tests will run but not make your overall status red)
16-
#matrix:
17-
# allow_failures:
18-
# - julia_version: nightly
16+
matrix:
17+
allow_failures:
18+
- julia_version: nightly
1919

2020
#branches:
2121
# only:

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ env:
1616

1717
## uncomment the following lines to allow failures on nightly julia
1818
## (tests will run but not make your overall status red)
19-
#matrix:
20-
# allow_failures:
21-
# - julia: nightly
22-
# fast_finish: true
19+
matrix:
20+
allow_failures:
21+
- julia: nightly
22+
fast_finish: true
2323

2424
notifications:
2525
email: false

0 commit comments

Comments
 (0)