chore(ci): temporary disable cirrus win builds (#2666)
Win bots all fail on Cirrus; disable them until the issue is resolved. We still have win coverage with AppVeyour.
This commit is contained in:
parent
efc0e0f96e
commit
4bc23319a2
@ -4,6 +4,7 @@ env:
|
||||
task:
|
||||
matrix:
|
||||
- name: node6 (windows)
|
||||
allow_failures: true
|
||||
windows_container:
|
||||
dockerfile: .ci/node6/Dockerfile.windows
|
||||
os_version: 2016
|
||||
@ -17,6 +18,7 @@ task:
|
||||
task:
|
||||
matrix:
|
||||
- name: node7 (windows)
|
||||
allow_failures: true
|
||||
windows_container:
|
||||
dockerfile: .ci/node7/Dockerfile.windows
|
||||
os_version: 2016
|
||||
|
Loading…
Reference in New Issue
Block a user