language: node_js node_js: - 8 - 10 notifications: email: on_success: change on_failure: always after_script: - npm install coveralls - 'npm run coverage | coveralls'