AppVeyor: Drop VS2010 build

The pre-compiled OpenSSL binaries on AppVeyor are incompatible with
VS2010
This commit is contained in:
Frank Morgner 2017-07-21 17:43:52 +02:00
parent 78100508a8
commit 29589e8a92
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
version: 0.16.0.{build}
version: 0.17.0.{build}
platform:
- x86
@ -14,13 +14,6 @@ environment:
matrix:
- VSVER: 14
- VSVER: 12
- VSVER: 10
matrix:
allow_failures:
# not included in AppVeyor right now
- platform: x64
VSVER: 10
install:
- ps: if ($env:APPVEYOR_PULL_REQUEST_NUMBER -and $env:APPVEYOR_BUILD_NUMBER -ne ((Invoke-RestMethod `