mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-04 06:32:23 +03:00
10 lines
186 B
YAML
10 lines
186 B
YAML
language: node_js
|
|
cache: yarn
|
|
|
|
node_js:
|
|
- "8"
|
|
|
|
script:
|
|
- yarn test --coverage --coverageReporters=text-lcov | coveralls
|
|
- yarn build && bundlewatch --max-size 20kb ./dist/!(*.map)
|