UNPKG
pino-to-ecs
Version:
latest (0.2.0)
0.2.0
0.1.0
Convert Pino logs to Elastic Common Schema
github.com/delvedor/pino-to-ecs
delvedor/pino-to-ecs
pino-to-ecs
/
.travis.yml
18 lines
(14 loc)
•
190 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: node_js
node_js:
-
"12"
-
"10"
-
"8"
os:
- windows - linux
script:
- npm run lint && npm run ci
notifications:
email: on_success: never on_failure: always