From 38c2f6c5bed1cc42e1eafd34b9e87b63734fcc85 Mon Sep 17 00:00:00 2001 From: Marko Tibold Date: Fri, 24 Aug 2012 00:23:13 +0200 Subject: [PATCH] Show live build status in read me file. --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d5fc0ce89..5d3f8ba40 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,14 @@ Full documentation for the project is available at http://django-rest-framework. Issue tracking is on `GitHub `_. General questions should be taken to the `discussion group `_. -We also have a `Jenkins service `_ which runs our test suite. +Project +======= + +:build status: |build-image| + +.. |build-image| image:: https://secure.travis-ci.org/markotibold/django-rest-framework.png?branch=master + :target: https://secure.travis-ci.org/markotibold/django-rest-framework + Requirements: