From a730abbb14a5d5baf37e4147c69b04cce24f2fbb Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 20 Jan 2013 12:32:15 -0800 Subject: [PATCH] Updating readme to show travis-ci build status. --- readme.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.rst b/readme.rst index b92a68b..56cafe2 100755 --- a/readme.rst +++ b/readme.rst @@ -1,3 +1,5 @@ +.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master + How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content, or had to otherwise construct an application driven by e-mail? One too many times, I'm sure.