Skip to content

Commit b74180c

Browse files
Srokaptrentm
authored andcommittedMar 4, 2017
Added Travis CI integration
1 parent 741bcae commit b74180c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
 

‎.travis.yml

+19
Original file line numberDiff line numberDiff line change
@@ -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
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![npm version](https://img.shields.io/npm/v/bunyan.svg?style=flat)](https://www.npmjs.com/package/bunyan)
2+
[![Build Status](https://travis-ci.org/trentm/node-bunyan.svg?branch=master)](https://travis-ci.org/trentm/node-bunyan)
23

34
Bunyan is **a simple and fast JSON logging library** for node.js services:
45

0 commit comments

Comments
 (0)
Please sign in to comment.