Skip to content

Commit 99452de

Browse files
committed
allow failures on appveyor nightly
1 parent e3134af commit 99452de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ platform:
99

1010
# # Uncomment the following lines to allow failures on nightly julia
1111
# # (tests will run but not make your overall status red)
12-
# matrix:
13-
# allow_failures:
14-
# - julia_version: nightly
12+
matrix:
13+
allow_failures:
14+
- julia_version: nightly
1515

1616
branches:
1717
only:

0 commit comments

Comments
 (0)