Mark appveyor as optional

This commit is contained in:
Jacob Dufault 2018-02-06 23:09:30 -08:00 committed by GitHub
parent 9e730aacd4
commit b94d235827

View File

@ -12,6 +12,9 @@ environment:
matrix: matrix:
# - MSYSTEM: MINGW64 # - MSYSTEM: MINGW64
- MSYSTEM: MSVC - MSYSTEM: MSVC
# Ignore all failures for now.
allow_failures:
- platform: x64
build_script: build_script:
- ps: | - ps: |