Skip to content

Commit 79c765b

Browse files
authored
Remove leftover Travis CI references (#856)
1 parent 5ce5649 commit 79c765b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,8 @@ def get_version(release):
150150
'description': 'Apache Kafka client for asyncio',
151151
'github_user': 'aio-libs',
152152
'github_repo': 'aiokafka',
153-
'github_button': False,
153+
'github_button': True,
154154
'github_banner': True,
155-
'travis_button': True,
156155
'codecov_button': True,
157156
'note_bg': '#E5ECD1',
158157
'note_border': '#BFCF8C',

docs/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ Please feel free to file an issue on `bug tracker
172172
<https://github.com/aio-libs/aiokafka/issues>`_ if you have found a bug
173173
or have some suggestion for library improvement.
174174

175-
The library uses `Travis <https://travis-ci.com/aio-libs/aiokafka>`_ for
176-
Continious Integration.
177-
178175

179176
Authors and License
180177
-------------------

0 commit comments

Comments
 (0)