2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-16 02:20:33 +03:00
Files
vue-meta/.travis.yml
T
2017-05-01 06:56:45 -06:00

20 lines
287 B
YAML

language: node_js
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
branches:
only:
- master
node_js:
- "6"
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn --force
script:
- yarn test
after_script:
- yarn run codecov