vant/.travis.yml
2017-12-19 19:12:32 +08:00

20 lines
261 B
YAML

language: node_js
node_js:
- 6
os: linux
cache:
yarn: true
branches:
only:
- master
- dev
install:
- |
yarn install
script:
- |
npm run lint && npm run test
after_success:
- |
cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/codecov