From 04fc08e97d570a0aa21f0762556ed3d094787352 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Wed, 26 Sep 2018 12:11:54 +0300 Subject: [PATCH] appveyor ci: drop Visual Studio 12 2013 - unsupported by Google Test master branch. (#691) See https://github.com/google/googletest/pull/1815 Fixes #689. --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e99c6e77f0..cf240190be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,12 +20,6 @@ environment: - compiler: msvc-14-seh generator: "Visual Studio 14 2015 Win64" - - compiler: msvc-12-seh - generator: "Visual Studio 12 2013" - - - compiler: msvc-12-seh - generator: "Visual Studio 12 2013 Win64" - - compiler: gcc-5.3.0-posix generator: "MinGW Makefiles" cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'