mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-21 18:30:33 +03:00
19 lines
223 B
YAML
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
|