mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
20 lines
208 B
YAML
20 lines
208 B
YAML
language: node_js
|
|
sudo: required
|
|
addons:
|
|
chrome: stable
|
|
node_js:
|
|
- 10
|
|
os: linux
|
|
cache:
|
|
yarn: true
|
|
branches:
|
|
only:
|
|
- master
|
|
- dev
|
|
install:
|
|
- |
|
|
yarn install
|
|
script:
|
|
- |
|
|
npm run lint
|