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:
- 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