Added Travis CI integration

master
Paweł Sroka 2016-07-11 00:19:15 +02:00 committed by Trent Mick
parent 741bcaeb5d
commit b74180cf14
2 changed files with 20 additions and 0 deletions

19
.travis.yml Normal file
View File

@ -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

View File

@ -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: