Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Commit c50591f

Browse files
author
x0rzkov
committed
remove gitter
1 parent 93ba4c6 commit c50591f

File tree

4 files changed

+22
-24
lines changed

4 files changed

+22
-24
lines changed

.docker/templates/readme_root.tmpl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<p align="center">
44
<a href="https://travis-ci.com{{ .VcsPath }}"><img src="https://img.shields.io/travis{{ .VcsPath }}.svg" /></a>
5-
<a href="https://cloud.drone.io{{ .VcsPath }}"><img src="https://cloud.drone.io/api/badges/{{ .VcsPath }}/status.svg?ref=refs/heads/{{.CurrentBranch}}" /></a>
5+
<a href="https://cloud.drone.io{{ .VcsPath }}"><img src="https://cloud.drone.io/api/badges{{ .VcsPath }}/status.svg?ref=refs/heads/{{.CurrentBranch}}" /></a>
66
</p>
77

88
<p align="center">
9-
<a href="https://github.com{{ .VcsPath }}" alt="github all releases"><img src="https://img.shields.io/github/downloads/{{ .VcsPath }}/total.svg" /></a>
10-
<a href="https://github.com{{ .VcsPath }}" alt="github latest release"><img src="https://img.shields.io/github/downloads/{{ .VcsPath }}/latest/total.svg" /></a>
9+
<a href="https://github.com{{ .VcsPath }}" alt="github all releases"><img src="https://img.shields.io/github/downloads{{ .VcsPath }}/total.svg" /></a>
10+
<a href="https://github.com{{ .VcsPath }}" alt="github latest release"><img src="https://img.shields.io/github/downloads{{ .VcsPath }}/latest/total.svg" /></a>
1111
<a href="https://github.com{{ .VcsPath }}" alt="github tag"><img src="https://img.shields.io/github/tag{{ .VcsPath }}.svg" /></a>
1212
<a href="https://github.com{{ .VcsPath }}" alt="github release"><img src="https://img.shields.io/github/release{{ .VcsPath }}.svg" /></a>
13-
<a href="https://github.com{{ .VcsPath }}" alt="github pre release"><img src="https://img.shields.io/github/release/{{ .VcsPath }}/all.svg" /></a>
13+
<a href="https://github.com{{ .VcsPath }}" alt="github pre release"><img src="https://img.shields.io/github/release{{ .VcsPath }}/all.svg" /></a>
1414
<a href="https://github.com{{ .VcsPath }}" alt="github fork"><img src="https://img.shields.io/github/forks{{ .VcsPath }}.svg?style=social&label=Fork" /></a>
1515
<a href="https://github.com{{ .VcsPath }}" alt="github stars"><img src="https://img.shields.io/github/stars{{ .VcsPath }}.svg?style=social&label=Star" /></a>
1616
<a href="https://github.com{{ .VcsPath }}" alt="github watchers"><img src="https://img.shields.io/github/watchers{{ .VcsPath }}.svg?style=social&label=Watch" /></a>
@@ -20,7 +20,6 @@
2020
<a href="https://github.com{{ .VcsPath }}" alt="github closed pr"><img src="https://img.shields.io/github/issues-pr-closed{{ .VcsPath }}.svg" /></a>
2121
<a href="https://github.com{{ .VcsPath }}" alt="github contributors"><img src="https://img.shields.io/github/contributors{{ .VcsPath }}.svg" /></a>
2222
<a href="https://github.com{{ .VcsPath }}" alt="github license"><img src="https://img.shields.io/github/license{{ .VcsPath }}.svg" /></a>
23-
<a href="https://gitter.im{{ .VcsPath }}" alt="gitter chat room"><img src="https://badges.gitter.im{{ .VcsPath }}.svg" /></a>
2423
<a href="https://travis-ci.com{{ .VcsPath }}" alt="travis badge"><img src="https://img.shields.io/travis{{ .VcsPath }}.svg" /></a>
2524
</p>
2625

.travis.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@ before_script:
2727
- IMAGE="x0rzkov/twint:${VERSION/\//-}"
2828

2929
env:
30-
- VERSION=2.1.6
31-
- VERSION=2.1.6/alpine
32-
- VERSION=2.1.6/slim
30+
- VERSION=2.1.9
31+
- VERSION=2.1.9/alpine
32+
- VERSION=2.1.9/slim
33+
- VERSION=2.1.4
34+
- VERSION=2.1.4/alpine
35+
- VERSION=2.1.4/slim
3336
- VERSION=2.0.0
3437
- VERSION=2.0.0/alpine
3538
- VERSION=2.0.0/slim
36-
- VERSION=2.1.8
37-
- VERSION=2.1.8/alpine
38-
- VERSION=2.1.8/slim
39+
- VERSION=2.1.6
40+
- VERSION=2.1.6/alpine
41+
- VERSION=2.1.6/slim
3942
- VERSION=2.1.10
4043
- VERSION=2.1.10/alpine
4144
- VERSION=2.1.10/slim
4245
- VERSION=2.1.0
4346
- VERSION=2.1.0/alpine
4447
- VERSION=2.1.0/slim
45-
- VERSION=2.1.9
46-
- VERSION=2.1.9/alpine
47-
- VERSION=2.1.9/slim
48-
- VERSION=2.1.4
49-
- VERSION=2.1.4/alpine
50-
- VERSION=2.1.4/slim
5148
- VERSION=2.1.11
5249
- VERSION=2.1.11/alpine
5350
- VERSION=2.1.11/slim
51+
- VERSION=2.1.8
52+
- VERSION=2.1.8/alpine
53+
- VERSION=2.1.8/slim
5454
- VERSION=latest
5555
- VERSION=latest/alpine
5656
- VERSION=latest/slim

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<p align="center">
44
<a href="https://travis-ci.com/twintproject/twint-docker"><img src="https://img.shields.io/travis/twintproject/twint-docker.svg" /></a>
5-
<a href="https://cloud.drone.io/twintproject/twint-docker"><img src="https://cloud.drone.io/api/badges//twintproject/twint-docker/status.svg?ref=refs/heads/master" /></a>
5+
<a href="https://cloud.drone.io/twintproject/twint-docker"><img src="https://cloud.drone.io/api/badges/twintproject/twint-docker/status.svg?ref=refs/heads/master" /></a>
66
</p>
77

88
<p align="center">
9-
<a href="https://github.com/twintproject/twint-docker" alt="github all releases"><img src="https://img.shields.io/github/downloads//twintproject/twint-docker/total.svg" /></a>
10-
<a href="https://github.com/twintproject/twint-docker" alt="github latest release"><img src="https://img.shields.io/github/downloads//twintproject/twint-docker/latest/total.svg" /></a>
9+
<a href="https://github.com/twintproject/twint-docker" alt="github all releases"><img src="https://img.shields.io/github/downloads/twintproject/twint-docker/total.svg" /></a>
10+
<a href="https://github.com/twintproject/twint-docker" alt="github latest release"><img src="https://img.shields.io/github/downloads/twintproject/twint-docker/latest/total.svg" /></a>
1111
<a href="https://github.com/twintproject/twint-docker" alt="github tag"><img src="https://img.shields.io/github/tag/twintproject/twint-docker.svg" /></a>
1212
<a href="https://github.com/twintproject/twint-docker" alt="github release"><img src="https://img.shields.io/github/release/twintproject/twint-docker.svg" /></a>
13-
<a href="https://github.com/twintproject/twint-docker" alt="github pre release"><img src="https://img.shields.io/github/release//twintproject/twint-docker/all.svg" /></a>
13+
<a href="https://github.com/twintproject/twint-docker" alt="github pre release"><img src="https://img.shields.io/github/release/twintproject/twint-docker/all.svg" /></a>
1414
<a href="https://github.com/twintproject/twint-docker" alt="github fork"><img src="https://img.shields.io/github/forks/twintproject/twint-docker.svg?style=social&label=Fork" /></a>
1515
<a href="https://github.com/twintproject/twint-docker" alt="github stars"><img src="https://img.shields.io/github/stars/twintproject/twint-docker.svg?style=social&label=Star" /></a>
1616
<a href="https://github.com/twintproject/twint-docker" alt="github watchers"><img src="https://img.shields.io/github/watchers/twintproject/twint-docker.svg?style=social&label=Watch" /></a>
@@ -20,7 +20,6 @@
2020
<a href="https://github.com/twintproject/twint-docker" alt="github closed pr"><img src="https://img.shields.io/github/issues-pr-closed/twintproject/twint-docker.svg" /></a>
2121
<a href="https://github.com/twintproject/twint-docker" alt="github contributors"><img src="https://img.shields.io/github/contributors/twintproject/twint-docker.svg" /></a>
2222
<a href="https://github.com/twintproject/twint-docker" alt="github license"><img src="https://img.shields.io/github/license/twintproject/twint-docker.svg" /></a>
23-
<a href="https://gitter.im/twintproject/twint-docker" alt="gitter chat room"><img src="https://badges.gitter.im/twintproject/twint-docker.svg" /></a>
2423
<a href="https://travis-ci.com/twintproject/twint-docker" alt="travis badge"><img src="https://img.shields.io/travis/twintproject/twint-docker.svg" /></a>
2524
</p>
2625

bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)