add travis ci

This commit is contained in:
Aaron Suggs 2012-07-27 17:45:29 -04:00
parent 32261841f3
commit d25a7f5d24

View file

@ -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)