From 1d011e5cab4b8fdffa7950247dbd7d8a4c3466c0 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 25 Jul 2016 13:23:53 +0900 Subject: [PATCH] Add build status image to README --- rack-protection/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rack-protection/README.md b/rack-protection/README.md index b2dbab5d..5da6d6ab 100644 --- a/rack-protection/README.md +++ b/rack-protection/README.md @@ -1,3 +1,7 @@ +# Rack::Protection + +[![Build Status](https://secure.travis-ci.org/sinatra/rack-protection.png)](http://travis-ci.org/sinatra/rack-protection) + This gem protects against typical web attacks. Should work for all Rack apps, including Rails.