UNPKG
log-http
Version:
latest (1.0.0)
1.0.0
Log HTTP requests
github.com/yoshuawuyts/log-http
yoshuawuyts/log-http
log-http
/
.travis.yml
10 lines
(9 loc)
•
153 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
node_js:
-
"4"
-
"5"
-
"6"
-
"7"
sudo:
false
language:
node_js
script:
"npm run test"
# after_success:
"npm i -g codecov && npm run coverage && codecov"