Skip to content

Commit dd9b745

Browse files
authored
Remove Travis-Ci badge
1 parent 3e0c64d commit dd9b745

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requests from large file uploads. This is particularly helpful for if
1010
you run your service on AWS Lambda or Heroku where you have a hard request
1111
limit.
1212

13-
|PyPi Version| |Build Status| |Test Coverage| |GitHub license|
13+
|PyPi Version| |Test Coverage| |GitHub license|
1414

1515
--------
1616
Features
@@ -183,8 +183,6 @@ uploaded to AWS S3 directly and not to your Django application server.
183183

184184
.. |PyPi Version| image:: https://img.shields.io/pypi/v/django-s3file.svg
185185
:target: https://pypi.python.org/pypi/django-s3file/
186-
.. |Build Status| image:: https://travis-ci.org/codingjoe/django-s3file.svg?branch=master
187-
:target: https://travis-ci.org/codingjoe/django-s3file
188186
.. |Test Coverage| image:: https://codecov.io/gh/codingjoe/django-s3file/branch/master/graph/badge.svg
189187
:target: https://codecov.io/gh/codingjoe/django-s3file
190188
.. |GitHub license| image:: https://img.shields.io/badge/license-MIT-blue.svg

0 commit comments

Comments
 (0)