Skip to content

Commit 34bbed5

Browse files
authored
Merge pull request #94 from isaacsas/appveyor-fix
allow failures on appveyor for Julia nightly
2 parents e3134af + 99452de commit 34bbed5

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)