mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-23 03:54:04 +03:00
7 lines
123 B
YAML
7 lines
123 B
YAML
language: node_js
|
|
node_js:
|
|
- "5"
|
|
- "5.1"
|
|
after_success:
|
|
- codeclimate-test-reporter < ./test/unit/coverage/lcov.info
|