From 1a257bdcb16b69c9b1cd72f16e354ca2dde790f2 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Mon, 19 Nov 2012 13:52:52 +0100 Subject: [PATCH] Add Travis status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c979af..a43e350 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Pundit +[![Build Status](https://secure.travis-ci.org/elabs/pundit.png?branch=master)](https://travis-ci.org/elabs/pundit) + Pundit provides a set of helpers which guide you in leveraging regular Ruby classes and object oriented design patterns to build a simple, robust and scaleable authorization system.