Skip to content

Commit 1fa3047

Browse files
committed
🔥 remove travis-ci badge
1 parent edb3cbf commit 1fa3047

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

templates/badges.rst.jj2

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
{% set branch = False %}
66
{% endif %}
77
{% set slug = organisation + '/' + name %}
8-
{% if scm_host == 'github.com' %}
9-
{% if branch %}
10-
.. image:: https://api.travis-ci.org/{{slug}}.svg?branch={{branch}}
11-
{% else %}
12-
.. image:: https://api.travis-ci.org/{{slug}}.svg
13-
{% endif %}
14-
:target: http://travis-ci.org/{{slug}}
15-
{% endif %}
168

179
{% set base_path = scm_host.split('.')[0] + '/' + slug %}
1810
{% if branch %}

0 commit comments

Comments
 (0)