UNPKG
http-metrics
Version:
latest (0.1.0)
0.1.0
The metrics of the HTTP/HTTPS request process
github.com/zyvas/http-metrics
zyvas/http-metrics
http-metrics
/
.travis.yml
17 lines
(12 loc)
•
153 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language:
node_js
node_js:
-
"4.1"
-
"5.8"
install:
- npm install
script:
- make test - make lint
after_script:
- make clean
sudo:
false