language: node_js after_success: - if [ "$TRAVIS_NODE_VERSION" = "6" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi node_js: - "4" - "5" - "6" - "7" - "8" - "9"