From 2ce6f34f95f920e330b7bed2e15757d2a18c1ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 18 Jun 2017 17:14:17 -0700 Subject: [PATCH] appveyor: Removed VS2013, added VS2017. --- .appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index db402c4..96ec072 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,13 +1,12 @@ shallow_clone: true os: - - Visual Studio 2015 + - Visual Studio 2017 environment: matrix: - - TOOLSET: vs2012 - - TOOLSET: vs2013 - TOOLSET: vs2015 + - TOOLSET: vs2017 configuration: - Debug