diff --git a/README.md b/README.md index 2899681..0400b5e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Build Status](https://secure.travis-ci.org/jaysonsantos/django-bmemcached.png?branch=master)](http://travis-ci.org/jaysonsantos/django-bmemcached) # Django-BMemcached A django cache backend to use [bmemcached] (https://github.com/jaysonsantos/python-binary-memcached) module which supports memcached binary protocol with authentication. @@ -42,4 +43,4 @@ CACHES = { ```bash DJANGO_SETTINGS_MODULE=tests.settings nosetests -``` \ No newline at end of file +```