From a7279e82080df06807c5892e64fb7b32d710b2ef Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 21 Mar 2014 22:02:52 -0700 Subject: [PATCH] add build status to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2ad2f69..0011b07 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/ActiveState/tail.svg)](https://travis-ci.org/ActiveState/tail) + # Go package for tail-ing files A Go package striving to emulate the features of the BSD `tail` program.