mirror of
https://github.com/lizheming/drone-wechat.git
synced 2026-06-04 18:33:46 +08:00
9 lines
204 B
YAML
9 lines
204 B
YAML
language: node_js
|
|
node_js:
|
|
- '8'
|
|
sudo: false
|
|
script:
|
|
- "npm test"
|
|
after_success:
|
|
- 'npm install coveralls && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
|