Skip to content

Commit

Permalink
Added Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Srokap committed Sep 14, 2016
1 parent 604ff1e commit 8e8816c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js

os:
- linux
- osx

node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- 'node'
- 'iojs'

# Gives us faster boot time, see https://docs.travis-ci.com/user/ci-environment/
sudo: false

script:
- npm test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![npm version](https://img.shields.io/npm/v/bunyan.svg?style=flat)](https://www.npmjs.com/package/bunyan)
[![Build Status](https://travis-ci.org/trentm/node-bunyan.svg?branch=master)](https://travis-ci.org/trentm/node-bunyan)

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

Expand Down

0 comments on commit 8e8816c

Please sign in to comment.