mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Windows CI: retry npm install to workaround race condition
This commit is contained in:
parent
2abf9f96c7
commit
ef06d560cd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user