UNPKG
fastify-http-client
Version:
latest (1.0.0)
1.0.0
urllib plugin for fastify
github.com/kenuyx/fastify-http-client
kenuyx/fastify-http-client
fastify-http-client
/
.travis.yml
21 lines
(15 loc)
•
252 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language: node
_js node_
js:
-
"11"
-
"10"
-
"8" install:
-
npm install -g codecov && npm install script:
-
npm run lint
-
npm run coverage
-
npm run report-coverage notifications: email:
on_success: never on_failure: always