Merge pull request #382 from thelounge/xpaw/upload-appveyor-tests
Upload test results on appveyor builds
This commit is contained in:
commit
d36752682a
@ -13,6 +13,8 @@ environment:
|
|||||||
install:
|
install:
|
||||||
- ps: Install-Product node $env:nodejs_version
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- npm install
|
- npm install
|
||||||
|
- npm install mocha-appveyor-reporter
|
||||||
|
- echo --reporter mocha-appveyor-reporter >> test/mocha.opts
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- node --version
|
- node --version
|
||||||
|
Loading…
Reference in New Issue
Block a user