mirror of
https://github.com/thelounge/thelounge
synced 2025-02-17 05:38:25 +00:00
Upload appveyor test results
This commit is contained in:
parent
8f9da57d65
commit
8addd5a8bc
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue