UNPKG
winston-loki
Version:
latest (6.1.3)
next (6.0.7-rc2)
6.1.3
6.1.2
6.1.1
6.1.0
6.0.8
6.0.7
6.0.7-rc2
6.0.7-rc1
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
6.0.0-rc.9
6.0.0-rc.8
6.0.0-rc.7
6.0.0-rc.6
6.0.0-rc.5
6.0.0-rc.4
6.0.0-rc.3
6.0.0-rc.2
6.0.0-rc.1
5.1.2
5.1.1
5.1.0
5.0.0
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
3.0.0-rc-1
2.2.2
2.2.2-rc1
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
A Winston transport for Grafana Loki
github.com/JaniAnttonen/winston-loki
JaniAnttonen/winston-loki
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:
-
"10"
branches:
only:
-
master
cache:
directories:
-
node_modules
before_install:
-
npm
update
install:
-
npm
install
script:
-
npm
test