Skip to content

Commit c59d76c

Browse files
committed
Update appveyor.yml
1 parent 82c0bbd commit c59d76c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ environment:
99
MINGW_DIR: mingw32
1010
# MINGW_URL: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/5.3.0/threads-win32/dwarf/i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z/download
1111
MINGW_URL: http://mlg.eng.cam.ac.uk/hong/i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z
12-
MINGW_ARCHIVE: i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z
13-
allow_failures: # Cairo.jl doesn't build on Win32; remove this when Cairo has a new release.
14-
- MINGW_DIR: mingw32
12+
MINGW_ARCHIVE: i686-5.3.0-release-win32-dwarf-rt_v4-rev0.7z
13+
14+
matrix:
15+
allow_failures: # Cairo.jl doesn't build on Win32; remove this when Cairo has a new release.
16+
- MINGW_DIR: mingw32
1517

1618
notifications:
1719
- provider: Email

0 commit comments

Comments
 (0)