UNPKG
http2-got
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Simplified HTTP2 / HTTP1 request client.
github.com/hisco
hisco/http2-got
http2-got
/
.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"