language: node_js sudo: false node_js: - "8" - "7" - "6" - "5" - "4" after_success: - ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/coverage.json