mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
Merge pull request #437 from sagalbot/maintenance/bump-travis-config
improve build speed by only building/testing on the latest node version
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- node
|
- node
|
||||||
- 8
|
|
||||||
- 6
|
|
||||||
after_success:
|
after_success:
|
||||||
- codeclimate-test-reporter < ./test/unit/coverage/lcov.info
|
- codeclimate-test-reporter < ./test/unit/coverage/lcov.info
|
||||||
|
|||||||
Reference in New Issue
Block a user