UNPKG
http2-debug
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
A simple toolkit to debug http2 client requests
github.com/hisco
hisco/http2-debug
http2-debug
/
.travis.yml
12 lines
•
250 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
language:
node_js
node_js:
-
"8.11.2"
-
"10.3.0"
cache:
directories: -
"node_modules"
install:
- npm install
script:
-
"npm run test"
after_script:
"npm install coveralls@3.0.1 && npm run test-ci && cat ./coverage/lcov.info | coveralls"