UNPKG
handle-thing
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
Wrap Streams2 instance into a HandleWrap
github.com/spdy-http2/handle-thing
indutny/handle-thing
handle-thing
/
.travis.yml
16 lines
(12 loc)
•
146 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo:
false
language:
node_js
node_js:
-
"6"
-
"8"
-
"10"
-
"11.1"
-
"12"
script:
- npm run lint - npm test - npm run coverage