From 9f39b329fb2f178f38b7598ca2bf25e796815a75 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 25 May 2017 12:25:40 +0100 Subject: [PATCH] Appveyor: remove test matrix entities that can not currently be built. --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a7ae0faf..d953963b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,13 +21,8 @@ environment: - ARGS: --toolset=msvc-11.0 address-model=32 - ARGS: --toolset=msvc-12.0 address-model=32 - ARGS: --toolset=msvc-14.0 address-model=32 - - ARGS: --toolset=msvc-14.1 address-model=32 - - ARGS: --toolset=msvc-9.0 address-model=64 - - ARGS: --toolset=msvc-10.0 address-model=64 - - ARGS: --toolset=msvc-11.0 address-model=64 - ARGS: --toolset=msvc-12.0 address-model=64 - ARGS: --toolset=msvc-14.0 address-model=64 - - ARGS: --toolset=msvc-14.1 address-model=64 install: - cd ..