vant/.travis.yml
2017-04-25 20:19:00 +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