From b74180cf14b9dcb372418fa1087dccd20f882405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Sroka?= Date: Mon, 11 Jul 2016 00:19:15 +0200 Subject: [PATCH] Added Travis CI integration --- .travis.yml | 19 +++++++++++++++++++ README.md | 1 + 2 files changed, 20 insertions(+) create mode 100644 .travis.yml 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: