From f7880612a68444f9fa8623ed32b8066ac229972a Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Wed, 4 Jan 2012 09:09:44 +0100 Subject: [PATCH] add Travis CI status image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35644ab8..4a9c8636 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Capybara +[![Build Status](https://secure.travis-ci.org/jnicklas/capybara.png)](http://travis-ci.org/jnicklas/capybara) + Capybara helps you test Rails and Rack applications by simulating how a real user would interact with your app. It is agnostic about the driver running your tests and comes with Rack::Test and Selenium support built in. WebKit is