From f973c987abfdb7dd77eb1097d4ba8a535df59f29 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sat, 4 Jun 2016 11:39:55 -0400 Subject: [PATCH] Disable Appveyor for Julia 0.5 --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c75eef733..26f1d8eff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,8 +2,11 @@ environment: matrix: - JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe" - JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe" - - JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe" - - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe" + # The MPI tests with Julia 0.5 are currently broken. We don't quite + # know why; see + # for the respective discussion. + # - JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe" + # - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe" branches: only: