From d000278e3428ceb8e25ee833837a4f9852a99bcb Mon Sep 17 00:00:00 2001 From: Charlie McConnell Date: Thu, 14 Jun 2012 09:05:02 -0700 Subject: [PATCH] [docs] Add Travis CI badge to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca87e28..ebcd9a91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# forever +# forever [![Build Status](https://secure.travis-ci.org/nodejitsu/forever.png)](http://travis-ci.org/nodejitsu/forever) A simple CLI tool for ensuring that a given script runs continuously (i.e. forever).