From 1a6135999609539f9695b8c6bb6b5fffcc1d4b6e Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 9 Aug 2017 04:37:48 +0200 Subject: [PATCH] Update node to v8 on appveyor and add fast_finish (#2059) By default AppVeyor runs all build jobs. If at least one job has failed the entire build is marked as failed. --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2cf9aa11..67d2c07c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,12 +12,15 @@ init: - yarn config set msvs_version 2015 # we need this to build `pty.js` install: - - ps: Install-Product node 6 x64 + - ps: Install-Product node 8 x64 - set CI=true - yarn build: off +matrix: + fast_finish: true + shallow_clone: true test_script: