UNPKG
@flla/winston-loki
Version:
latest (6.1.3)
6.1.3
A Winston transport for Grafana Loki
github.com/JaniAnttonen/winston-loki
JaniAnttonen/winston-loki
@flla/winston-loki
/
.travis.yml
17 lines
(16 loc)
•
197 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo:
false
language:
node_js
node_js:
-
"12"
branches:
only:
-
master
cache:
directories:
-
node_modules
before_install:
-
npm
update
install:
-
npm
install
script:
-
npm
test