Skip to content

Commit 2eb14c2

Browse files
committed
ci(appveyor): retry failed npm installs
1 parent 2a09176 commit 2eb14c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install:
77
# Get the latest stable version of Node.js or io.js
88
- ps: Install-Product node $env:nodejs_version
99
# install modules
10-
- npm install --force
10+
- appveyor-retry npm install
1111

1212
# Post-install test scripts.
1313
test_script:

0 commit comments

Comments
 (0)