mirror of https://github.com/jkjoy/sunpeiwen.git
17 lines
182 B
YAML
17 lines
182 B
YAML
|
language: node_js
|
||
|
|
||
|
node_js:
|
||
|
- '8'
|
||
|
|
||
|
install:
|
||
|
- npm install
|
||
|
|
||
|
script:
|
||
|
- npm test
|
||
|
|
||
|
notifications:
|
||
|
email:
|
||
|
recipients:
|
||
|
- wjielai@tencent.com
|
||
|
- fysntian@tencent.com
|