From ffb26db1466070beac27950bfc3e000d06aaf9c1 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sun, 26 Apr 2020 09:38:05 -0400 Subject: [PATCH] Not going to test msvc-9,0 anymore. It is just too old and I can not test it locally. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6121335..9c97adf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ branches: environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - TOOLSET: msvc-9.0,msvc-10.0,msvc-11.0,msvc-12.0,msvc-14.0 + TOOLSET: msvc-10.0,msvc-11.0,msvc-12.0,msvc-14.0 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: msvc-14.1 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019