2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00
Files
vue-select/.travis.yml
T
Jeff Sagal 06800bfb16 fix coveralls coverage reporter (#766)
* add coveralls coverage reporter

* include lcov report

* bump config

* bump travis config

* bump netlify config
2019-02-18 11:40:56 -08:00

9 lines
150 B
YAML

language: node_js
node_js:
- node
cache:
directories:
- node_modules
script:
- yarn test --coverage --coverageReporters=text-lcov | coveralls