We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ffe969 + 89856e1 commit c014e51Copy full SHA for c014e51
appveyor.yml
@@ -9,6 +9,11 @@ environment:
9
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
10
JAVA_HOME: C:\Program Files\Java\jdk1.7.0\
11
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
+
17
branches:
18
only:
19
- master
0 commit comments