mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-25 22:02:57 +08:00
16 lines
165 B
YAML
16 lines
165 B
YAML
language: node_js
|
|
node_js:
|
|
- 6
|
|
os: linux
|
|
cache:
|
|
yarn: true
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- |
|
|
yarn install
|
|
script:
|
|
- |
|
|
npm run lint && npm run test
|