Browse Source

appveyor: Removed VS2013, added VS2017.

Branimir Karadžić 8 years ago
parent
commit
71f052b1e1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .appveyor.yml

+ 2 - 2
.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