Windows CI: retry npm install to workaround race condition

This commit is contained in:
Lovell Fuller 2017-11-30 20:12:14 +00:00
parent 2abf9f96c7
commit ef06d560cd

View File

@ -11,6 +11,6 @@ environment:
install: install:
- ps: Install-Product node $env:nodejs_version x64 - ps: Install-Product node $env:nodejs_version x64
- npm install -g npm@5.3.x - npm install -g npm@5.3.x
- npm install - appveyor-retry npm install
test_script: test_script:
- npm test - npm test