We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb3cbf commit 1fa3047Copy full SHA for 1fa3047
templates/badges.rst.jj2
@@ -5,14 +5,6 @@
5
{% set branch = False %}
6
{% endif %}
7
{% 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
16
17
{% set base_path = scm_host.split('.')[0] + '/' + slug %}
18
{% if branch %}
0 commit comments