Skip to content

Commit 591921d

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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

appveyor.yml

+4-8
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
@@ -22,14 +22,10 @@ install:
2222
# Get the latest stable version of Node.js or io.js
2323
- ps: Install-Product node $env:nodejs_version
2424

25+
# Use [email protected] to work-around issues w/ nyc@<15 on Windows
26+
- npm install -g [email protected];
27+
2528
# install modules
26-
- ps: >-
27-
if ($env:nodejs_version -eq "4") {
28-
npm install -g npm@3;
29-
}
30-
if ($env:nodejs_version -eq "12") {
31-
npm install -g [email protected];
32-
}
3329
- npm install
3430

3531
# fix symlinks

0 commit comments

Comments
 (0)