Update appveyor.yml

Stop support for VS2010
pull/854/head
Kim Kulling 2016-04-06 21:15:48 +02:00
parent 20630e950a
commit 90c8af4cd2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ configuration:
- 14 2015
- 12 2013
#- MinGW
- 10 2010 # only works for x86
#- 10 2010 # only works for x86
init:
- if "%platform%" EQU "x64" ( for %%a in (2008 2010 MinGW) do ( if "%Configuration%"=="%%a" (echo "Skipping unsupported configuration" && exit /b 1 ) ) )