mirror of https://github.com/jkjoy/sunpeiwen.git
10 lines
127 B
YAML
10 lines
127 B
YAML
|
sudo: false
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "8"
|
||
|
- "9"
|
||
|
- "10"
|
||
|
after_script:
|
||
|
- npm run coveralls
|
||
|
# - npm run test:browser
|