diff --git a/README.md b/README.md index 15a5b57..029616e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +[![Build Status](https://secure.travis-ci.org/soldair/node-tailreceiver.png)](http://travis-ci.org/soldair/node-tailreceiver) + # tailreceiver Get log data as json over tcp from forwardho servers. commit the data to log files unique to name and host. rotate and gzip files based on configured interval. Watch line events to publish data to stats or an event bus. diff --git a/package.json b/package.json index b89bb93..9784161 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "yunofast":"~0.0.1", "tap":"*" }, + "scripts":{ + "test":"tap test/*.js" + }, "optionalDependencies": {}, "repository":"git://github.com/soldair/node-tailreceiver.git", "engines": {