language: node_js sudo: false node_js: - '11' - '10' - '9' - '8' - '7' - '6' after_success: - ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/*.json