AppVeyor: Switch from VS2015 to VS2017

This commit is contained in:
Jérôme Leclercq
2018-09-07 13:48:27 +02:00
parent 02383b1c0b
commit ba59bc927f
2 changed files with 3 additions and 2 deletions

View File

@@ -17,11 +17,11 @@ skip_commits:
- NazaraModuleTemplate/*
os:
- Visual Studio 2015
- Visual Studio 2017
environment:
matrix:
- TOOLSET: vs2015
- TOOLSET: vs2017
install:
- cd build && "./premake5.exe" %TOOLSET% && cd ..