Merge pull request #7174 from jamessan/appveyor-allow-cov-failure

ci: Ignore MINGW_64-gcov failures in overall ci status
This commit is contained in:
James McCoy 2017-08-16 12:43:11 -04:00 committed by GitHub
commit 8e2096c3df

View File

@ -3,6 +3,9 @@ configuration:
- MINGW_64 - MINGW_64
- MINGW_32 - MINGW_32
- MINGW_64-gcov - MINGW_64-gcov
matrix:
allow_failures:
- configuration: MINGW_64-gcov
install: [] install: []
build_script: build_script:
- call ci\build.bat - call ci\build.bat