Added Travis CI integration
This commit is contained in:
parent
741bcaeb5d
commit
b74180cf14
2 changed files with 20 additions and 0 deletions
19
.travis.yml
Normal file
19
.travis.yml
Normal 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
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue