Merge pull request #755 from IlyaFinkelshteyn/master
Unblock AppVeyor build
This commit is contained in:
commit
a6f0dfbe47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user