Skip to content

Commit

Permalink
Workaround nyc@15
Browse files Browse the repository at this point in the history
Co-authored-by: raphinesse
  • Loading branch information
fisker committed Feb 14, 2020
1 parent daa037d commit f308211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -8,7 +8,7 @@ environment:
# - nodejs_version: "4"

matrix:
fast_finish: true
fast_finish: false

# allow_failures:
# - nodejs_version: "4" # for eslint 5
Expand All @@ -27,7 +27,7 @@ install:
if ($env:nodejs_version -eq "4") {
npm install -g npm@3;
}
if ($env:nodejs_version -eq "12") {
if ($env:nodejs_version -eq "12" -or $env:nodejs_version -eq "10") {
npm install -g npm@6.10.3;
}
- npm install
Expand Down

0 comments on commit f308211

Please sign in to comment.