From 4e861db8f9082e946a62b042753b1c227755c80c Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Tue, 9 Oct 2018 19:28:43 -0700 Subject: [PATCH] chore(appveyor): run entire test matrix (#886) 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