Skip to content

Commit

Permalink
chore(ci): temporary disable cirrus win builds (puppeteer#2666)
Browse files Browse the repository at this point in the history
Win bots all fail on Cirrus; disable them until the issue is resolved.

We still have win coverage with AppVeyour.
  • Loading branch information
aslushnikov authored Jun 2, 2018
1 parent efc0e0f commit 4bc2331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
task:
matrix:
- name: node6 (windows)
allow_failures: true
windows_container:
dockerfile: .ci/node6/Dockerfile.windows
os_version: 2016
Expand All @@ -17,6 +18,7 @@ task:
task:
matrix:
- name: node7 (windows)
allow_failures: true
windows_container:
dockerfile: .ci/node7/Dockerfile.windows
os_version: 2016
Expand Down

0 comments on commit 4bc2331

Please sign in to comment.