Skip to content

Commit

Permalink
chore(appveyor): run entire test matrix (#886)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nfischer committed Oct 10, 2018
1 parent d079515 commit 4e861db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -18,7 +18,7 @@ install:
- npm install

matrix:
fast_finish: true
fast_finish: false

# No need for MSBuild on this project
build: off
Expand Down

0 comments on commit 4e861db

Please sign in to comment.