From 2326ea68b50756e44917e21142f22ac9baac63f6 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Thu, 5 Mar 2015 16:14:17 -0800 Subject: [PATCH] Allow failures on mingw for now --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 647ef16b5d6..c6a9f1d71b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,10 @@ environment: ARCH: i686 # this is for 32-bit MinGW-w64 - GENERATOR: "MSYS Makefiles" ARCH: 64 +matrix: + allow_failures: + - GENERATOR: "MSYS Makefiles" + ARCH: 32 cache: - i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z - x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z