From 5f659a1ca8f84571a8b14ee7a1075d81ae51a60f Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Sun, 23 Nov 2014 01:11:43 -0800 Subject: [PATCH] Add build status to readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index a306d07..8a90b49 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,5 @@ +[![Build Status](https://img.shields.io/travis/rweng/pry-rails.svg)](https://travis-ci.org/rweng/pry-rails) + # Description Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project.