Allow failures on windows for now.

This commit is contained in:
Vassil Vassilev 2016-08-04 21:19:07 +02:00 committed by sftnight
parent 47644202e1
commit 152659823f

View File

@ -5,6 +5,14 @@ configuration:
#- Debug
- Release
matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
allow_failures:
- platform: x86
configuration: Debug
- platform: x64
configuration: Release
skip_tags: true
os:
- Visual Studio 2015