Skip to content

Commit f308211

Browse files
committed
Workaround nyc@15
Co-authored-by: raphinesse
1 parent daa037d commit f308211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
# - nodejs_version: "4"
99

1010
matrix:
11-
fast_finish: true
11+
fast_finish: false
1212

1313
# allow_failures:
1414
# - nodejs_version: "4" # for eslint 5
@@ -27,7 +27,7 @@ install:
2727
if ($env:nodejs_version -eq "4") {
2828
npm install -g npm@3;
2929
}
30-
if ($env:nodejs_version -eq "12") {
30+
if ($env:nodejs_version -eq "12" -or $env:nodejs_version -eq "10") {
3131
npm install -g [email protected];
3232
}
3333
- npm install

0 commit comments

Comments
 (0)