From: Marcel Raad <Marcel.Raad@teamviewer.com>
Date: Mon, 25 Feb 2019 20:03:13 +0000 (+0100)
Subject: AppVeyor: remove redundant builds
X-Git-Tag: curl-7_64_1~90
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b796641772c0bf3204d2a321dc9fcd9cb40f710;p=curl

AppVeyor: remove redundant builds

Remove the Visual Studio 2012 and 2013 builds as they add little value.

Ref: https://github.com/curl/curl/pull/3606
Closes https://github.com/curl/curl/pull/3614
---

diff --git a/appveyor.yml b/appveyor.yml
index d6d59075d..c23723b19 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,20 +30,6 @@ environment:
         HTTP_ONLY: OFF
         TESTING: ON
         SHARED: OFF
-      - PRJ_GEN: "Visual Studio 11 2012 Win64"
-        PRJ_CFG: Debug
-        OPENSSL: OFF
-        WINSSL: OFF
-        HTTP_ONLY: OFF
-        TESTING: ON
-        SHARED: OFF
-      - PRJ_GEN: "Visual Studio 12 2013 Win64"
-        PRJ_CFG: Debug
-        OPENSSL: OFF
-        WINSSL: OFF
-        HTTP_ONLY: OFF
-        TESTING: ON
-        SHARED: OFF
       - PRJ_GEN: "Visual Studio 14 2015 Win64"
         PRJ_CFG: Debug
         OPENSSL: OFF