UNPKG
@scoop/bunyan
Version:
latest (2.0.2)
2.0.2
a JSON logging library for node.js services
github.com/trentm/node-bunyan
trentm/node-bunyan
@scoop/bunyan
/
.travis.yml
24 lines
(17 loc)
•
248 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
22
23
24
language: node_js os: - linux - osx
env
: - SKIP_DTRACE=1 node_js: -
'0.10'
-
'0.12'
-
'4'
-
'5'
-
'6'
-
'node'
# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
sudo
:
false
script: - npm
test