2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-10 20:32:25 +03:00
Files
vue-meta/.travis.yml
T
2016-11-01 01:15:49 +02:00

20 lines
279 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
script:
- yarn test
after_script:
- yarn run codecov