Skip to content

Commit 995a82a

Browse files
committed
Fix appveyor syntax error
1 parent 17bd179 commit 995a82a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ image: Visual Studio 2019
33
environment:
44
matrix:
55
- julia_version: 1.3
6-
allow_failures:
7-
- julia_version: nightly
6+
- julia_version: nightly
7+
8+
matrix:
9+
allow_failures:
10+
- julia_version: nightly
811

912
platform:
1013
- x86 # 32-bit

0 commit comments

Comments
 (0)