language: node_js os: linux node_js: - node - 'lts/*' - '12' script: - 'npm test' cache: npm notifications: email: on_success: never