Skip to content

Commit 17bd179

Browse files
committed
Set appveyor to allow failures on nightly
Due to JuliaLang/julia#34201
1 parent 5b63c09 commit 17bd179

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ image: Visual Studio 2019
22

33
environment:
44
matrix:
5-
- julia_version: 1.3
6-
- julia_version: nightly
5+
- julia_version: 1.3
6+
allow_failures:
7+
- julia_version: nightly
78

89
platform:
910
- x86 # 32-bit

0 commit comments

Comments
 (0)