From b01c1e746673626f59cfeadb972f95a55c3e8a2f Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sun, 26 Aug 2018 14:55:08 -0700 Subject: [PATCH] chore(appveyor): run entire test matrix No change to logic. This changes appveyor to run the entire test matrix, even if a failure occurs early on. This is helpful for debugging. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f66b8174..24e22b33 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ install: - npm install matrix: - fast_finish: true + fast_finish: false # No need for MSBuild on this project build: off