Skip to content

Commit c014e51

Browse files
committed
Allow 32 bit build failure
Merge branch 'as/32bit'
2 parents 3ffe969 + 89856e1 commit c014e51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ environment:
99
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
1010
JAVA_HOME: C:\Program Files\Java\jdk1.7.0\
1111

12+
matrix:
13+
allow_failures:
14+
- JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
15+
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
16+
1217
branches:
1318
only:
1419
- master

0 commit comments

Comments
 (0)