mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[build] format travis.yml
This commit is contained in:
parent
b273c89b3a
commit
7e377f6903
@ -3,7 +3,7 @@ sudo: required
|
||||
addons:
|
||||
chrome: stable
|
||||
node_js:
|
||||
- 10
|
||||
- 10
|
||||
os: linux
|
||||
cache:
|
||||
yarn: true
|
||||
@ -12,11 +12,11 @@ branches:
|
||||
- master
|
||||
- dev
|
||||
install:
|
||||
- |
|
||||
- |
|
||||
yarn install
|
||||
script:
|
||||
- |
|
||||
- |
|
||||
npm run lint && npm run test
|
||||
after_success:
|
||||
- |
|
||||
- |
|
||||
cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov
|
||||
|
Loading…
x
Reference in New Issue
Block a user