2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-21 23:50:33 +03:00
Files
vue-meta/.travis.yml
T

19 lines
223 B
YAML

language: node_js
node_js:
- "8"
- "11"
cache:
yarn: true
directories:
- node_modules
branches:
only:
- master
install:
- yarn install
script:
- yarn lint
- yarn test
after_success:
- yarn codecov