Skip to content

Commit

Permalink
🔥 remove travis-ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 9, 2024
1 parent edb3cbf commit 1fa3047
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions templates/badges.rst.jj2
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
{% set branch = False %}
{% endif %}
{% set slug = organisation + '/' + name %}
{% if scm_host == 'github.com' %}
{% if branch %}
.. image:: https://api.travis-ci.org/{{slug}}.svg?branch={{branch}}
{% else %}
.. image:: https://api.travis-ci.org/{{slug}}.svg
{% endif %}
:target: http://travis-ci.org/{{slug}}
{% endif %}

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

0 comments on commit 1fa3047

Please sign in to comment.