language: node_js node_js: - "10" - "8" - "6" script: - npm run lint-ci - npm run test-ci after_script: - npm run codecov notifications: email: on_success: never on_failure: always