sudo: false language: node_js node_js: - "6" - "8" - "10" script: - npm test after_success: - bash <(curl -s https://codecov.io/bash) matrix: fast_finish: true