From 9a6eb78db5cd929e739a0f06b6fcaa7da94826fe Mon Sep 17 00:00:00 2001 From: medmunds Date: Tue, 11 Dec 2012 10:28:12 -0800 Subject: [PATCH] One more try on correct Travis-CI links --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 364d2dc..1834032 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ Djrill, for Mandrill ==================== -.. image:: https://secure.travis-ci.org/brack3t/Djrill.png - :target: https://secure.travis-ci.org/brack3t/Djrill +.. image:: https://secure.travis-ci.org/brack3t/Djrill.png?branch=master + :target: https://travis-ci.org/brack3t/Djrill Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill_ transactional email service from MailChimp_. @@ -164,8 +164,8 @@ Djrill is tested against Django 1.3 and 1.4 on Python 2.6 and 2.7. (It may also work with Django 1.2 and Python 2.5, if you use an older version of requests compatible with that code.) -.. image:: https://secure.travis-ci.org/brack3t/Djrill.png - :target: https://secure.travis-ci.org/brack3t/Djrill +.. image:: https://secure.travis-ci.org/brack3t/Djrill.png?branch=master + :target: https://travis-ci.org/brack3t/Djrill The included tests verify that Djrill constructs the expected Mandrill API calls, without actually calling Mandrill or sending any email. So the tests