diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..63d14eb --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 1e225ec..a4602ea 100644 --- a/README.md +++ b/README.md @@ -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: