From d25a7f5d2444a16a12efd1d6764426dc5bfba30b Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Fri, 27 Jul 2012 17:45:29 -0400 Subject: [PATCH] add travis ci --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3cb88ef..269a82c 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ * If any whitelist matches, the request is allowed * If any blacklist matches, the request is blocked (unless a whitelist matched) * If any throttle matches, the request is throttled (unless a whitelist or blacklist matched) + +[![Travis CI](https://secure.travis-ci.org/ktheory/rack-attack.png)](http://travis-ci.org/ktheory/rack-attack) +