Update appveyor.yml

allow msvc2015 to fail
pull/1/head
Bret Curtis 6 years ago committed by GitHub
parent a19d55e035
commit 97bc9954d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,9 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- msvc: 2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
matrix:
allow_failures:
- msvc: 2015
platform:
# - Win32

Loading…
Cancel
Save