mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
06800bfb16
* add coveralls coverage reporter * include lcov report * bump config * bump travis config * bump netlify config
9 lines
150 B
YAML
9 lines
150 B
YAML
language: node_js
|
|
node_js:
|
|
- node
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
script:
|
|
- yarn test --coverage --coverageReporters=text-lcov | coveralls
|