From 4bc23319a2663337053d38a00fd0ab6235ee0406 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Sat, 2 Jun 2018 11:45:14 -0700 Subject: [PATCH] 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. --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index b6e88478bde..baac94a5f3c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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