From cb88864b4e44b2311225d88c435e983f5ad0a63b Mon Sep 17 00:00:00 2001 From: valleykid Date: Thu, 1 Mar 2018 12:11:03 +0800 Subject: [PATCH] Fast finish for ci --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ee06d65c..22ae1886 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,10 @@ environment: nodejs_version: "8" +# this is how to allow failing jobs in the matrix +matrix: + fast_finish: true # set this flag to immediately finish build once one of the jobs fails. + # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js -- GitLab