We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741bcae commit b74180cCopy full SHA for b74180c
.travis.yml
@@ -0,0 +1,19 @@
1
+language: node_js
2
+
3
+os:
4
+ - linux
5
+ - osx
6
7
+node_js:
8
+ - '0.10'
9
+ - '0.12'
10
+ - '4'
11
+ - '5'
12
+ - 'node'
13
+ - 'iojs'
14
15
+# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
16
+sudo: false
17
18
+script:
19
+ - npm test
README.md
@@ -1,4 +1,5 @@
[](https://www.npmjs.com/package/bunyan)
+[](https://travis-ci.org/trentm/node-bunyan)
Bunyan is **a simple and fast JSON logging library** for node.js services:
0 commit comments