From cf869ebbb6912f11ecdde37509cfa095520ea964 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Sat, 24 Sep 2011 16:32:07 +0200 Subject: [PATCH] Add Travis-CI build badge. --- README.mdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.mdown b/README.mdown index fc79d7d2..e64f4238 100644 --- a/README.mdown +++ b/README.mdown @@ -1,5 +1,9 @@ ## Capistrano +[![Build +Status](https://secure.travis-ci.org/capistrano/capistrano.png)](http://travis-ci.org/capistrano/capistrano) + + Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH. It uses a simple DSL (borrowed in part from [Rake](http://rake.rubyforge.org/)) that allows you to define _tasks_, which may