Skip to content

Commit b2f75b2

Browse files
committed
fix(appveyor.yml): use appveyor-retry
1 parent b40c0e5 commit b2f75b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install:
33
- node --version
44
- npm --version
55

6-
- npm install || npm install
6+
- appveyor-retry npm install
77

88
test_script:
99
- npm test

0 commit comments

Comments
 (0)