From c355e02a20db52e845b0d4c22753acc01af6fe90 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Tue, 29 Aug 2017 13:37:06 +0200 Subject: [PATCH] add nightly and 32-bit to allow-failures --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cc07d84a..81d2e51f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,12 @@ environment: - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe" - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" +matrix: + allow_failures: + - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe" #check and address + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe" + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" + notifications: - provider: Email on_build_success: false