From ce51074e6fc4655dcde990155df0179204712715 Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Thu, 23 Mar 2017 17:57:18 -0700 Subject: [PATCH] If one arch fails, kill the other for perf on appveyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e94e75441..7b71a79ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,9 @@ environment: matrix: - NODE_VERSION: 6.8.0 +matrix: + fast_finish: true + install: - SET PATH=C:\Program Files\Atom\resources\cli;%PATH% - ps: Install-Product node $env:NODE_VERSION $env:PLATFORM