mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-10 20:32:25 +03:00
20 lines
279 B
YAML
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
|