From 2d2a6a56481ebe7817b8cadce05ea9d28dee7764 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Wed, 28 Nov 2018 00:07:36 -0600 Subject: [PATCH] AppVeyor: test on Visual Studio 2017 This commit also drops testing on Visual Studio 2008-2012, as they seem not to be supported by the AppVeyor image. --- appveyor.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f9d577e..e40c203 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,18 +8,14 @@ branches: skip_tags : true shallow_clone: true -os: Visual Studio 2015 +os: Visual Studio 2017 environment: matrix: + - TITLE: vc2017 + COMPILER: Visual Studio 15 2017 - TITLE: vc2015 COMPILER: Visual Studio 14 2015 - - TITLE: vc2008 - COMPILER: Visual Studio 9 2008 - - TITLE: vc2010 - COMPILER: Visual Studio 10 2010 - - TITLE: vc2012 - COMPILER: Visual Studio 11 2012 - TITLE: vc2013 COMPILER: Visual Studio 12 2013