From 4a2b31ea399257e39bb5aeb7b747922505cc3002 Mon Sep 17 00:00:00 2001 From: Philipp Bosch Date: Mon, 23 Dec 2013 10:21:48 +0100 Subject: [PATCH] Add Travis build status to README. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 6e7958f..efd7180 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,8 @@ django-geoposition A model field that can hold a geoposition (latitude/longitude), and corresponding admin/form widget. +.. image:: https://travis-ci.org/philippbosch/django-geoposition.png?branch=master + :target: https://travis-ci.org/philippbosch/django-geoposition Prerequisites -------------