2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

Configure travis to only test on Node 5

This commit is contained in:
Jeff Sagal
2017-02-02 21:22:17 -08:00
parent b5e997abdd
commit 7e98373435
-4
View File
@@ -2,9 +2,5 @@ language: node_js
node_js: node_js:
- "5" - "5"
- "5.1" - "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
after_success: after_success:
- codeclimate-test-reporter < ./test/unit/coverage/lcov.info - codeclimate-test-reporter < ./test/unit/coverage/lcov.info