Remove wrong branch name from Build Status badge

* Travis/Github sometimes yields a broken badge image with a query parameter (should now be better)
* The image's ALT text was "develop", which is wrong of course
This commit is contained in:
Peter Bittner 2015-04-25 02:20:22 +02:00
parent 9792c6c531
commit b002debe67

View file

@ -22,8 +22,8 @@ an asynchronous version of the Javascript code if possible.
.. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg
:alt: Latest version on PyPI
:target: https://pypi.python.org/pypi/django-analytical
.. |travis-ci| image:: https://travis-ci.org/jcassee/django-analytical.svg?branch=master
:alt: Build status - develop branch
.. |travis-ci| image:: https://travis-ci.org/jcassee/django-analytical.svg
:alt: Build status
:target: https://travis-ci.org/jcassee/django-analytical
.. |downloads| image:: https://img.shields.io/pypi/dm/django-analytical.svg
:alt: Monthly downloads from PyPI