1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Thomas Goirand <zigo@debian.org>
Date: Thu, 3 Aug 2017 23:32:27 +0200
Subject: Remove privacy breach
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -2,15 +2,6 @@
The development version
**********************************************************************
-Unit tests
-==========
-
-.. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master
- :target: http://travis-ci.org/libgit2/pygit2
-
-.. image:: https://ci.appveyor.com/api/projects/status/edmwc0dctk5nacx0/branch/master?svg=true
- :target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master
-
.. code-block:: sh
$ git clone git://github.com/libgit2/pygit2.git
|