mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-10 17:19:36 +08:00
12 lines
92 B
YAML
12 lines
92 B
YAML
|
|
sudo: false
|
||
|
|
|
||
|
|
language: node_js
|
||
|
|
|
||
|
|
node_js:
|
||
|
|
- "4"
|
||
|
|
- "6"
|
||
|
|
- "stable"
|
||
|
|
|
||
|
|
script:
|
||
|
|
- npm test
|