UNPKG

catch.js

Version:

Catch and handle errors after deployment

17 lines (13 loc) 184 B
language: node_js node_js: - "lts/*" env: - ENV=CI before_install: - npm install -g npm@latest install: - npm install script: - npm run test notifications: email: false