UNPKG
catch.js
Version:
latest (0.1.0)
0.1.0
0.0.1
Catch and handle errors after deployment
github.com/arguiot/Catch
arguiot/Catch
catch.js
/
.travis.yml
17 lines
(13 loc)
•
184 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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