Merge pull request #755 from IlyaFinkelshteyn/master

Unblock AppVeyor build
This commit is contained in:
Jérémie Astori 2016-11-28 01:00:04 -05:00 committed by GitHub
commit a6f0dfbe47

View File

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