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