appveyor.yml: Use VS2013, since AppVeyor no longer has VS2010.

VS2015 added most of C99, including the ability to declare a variable
after a statement. VS2013 is still C89/C90, so use that instead.
This commit is contained in:
David Korth 2018-01-24 00:36:06 -05:00
parent e52261e559
commit d6ee7e9846

View File

@ -2,7 +2,7 @@
version: '1.2.0.{build}'
# Build worker image (VM template)
image: Visual Studio 2010
image: Visual Studio 2013
# scripts that are called at very beginning, before repo cloning
init: