Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-02 15:54:28 +0300
committerGeorg Brandl <georg@python.org>2015-01-02 15:54:28 +0300
commit3025368be8084d108ee0e1b8aa1418aa80a1e410 (patch)
treee52d48ddbaf648c40f8d0aded333126706d60e88 /README.rst
parent91887b0183b2d4ba0cee5e1195d08b24612fd410 (diff)
parent5f3d18dac25a2d25d3d972fae3bd02fbee894d33 (diff)
Merge branch 'stable'
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index ae92a2ce3..185122e28 100644
--- a/README.rst
+++ b/README.rst
@@ -38,10 +38,10 @@ If you want to use a different interpreter, e.g. ``python3``, use::
PYTHON=python3 make test
-Continuous testing runs on drone.io:
+Continuous testing runs on travis:
-.. image:: https://drone.io/bitbucket.org/birkenfeld/sphinx/status.png
- :target: https://drone.io/bitbucket.org/birkenfeld/sphinx/
+.. image:: https://travis-ci.org/sphinx-doc/sphinx.svg?branch=master
+ :target: https://travis-ci.org/sphinx-doc/sphinx
Contributing