瀏覽代碼

Fast finish for ci

valleykid 8 年之前
父節點
當前提交
cb88864b4e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      appveyor.yml

+ 4 - 0
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