diff --git a/appveyor.yml b/appveyor.yml index cb2fec40..bc44f000 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: install: - ps: Install-Product node $env:nodejs_version - - npm install + - appveyor-retry npm install - npm install mocha-appveyor-reporter - echo --reporter mocha-appveyor-reporter >> test/mocha.opts @@ -21,5 +21,9 @@ test_script: - npm --version - npm test +# cache npm modules +cache: + - '%AppData%\npm-cache -> package.json' + # Don't actually build build: off