-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis badge shows most recent build, not master #927
Comments
Sounds like a Travis bug or like you looked at an old description page since the badge has been referring to the master branch for a while now. The PyPi description is based on the Readme since the end of January (47e4921) and the Readme has been referring to the master branch since end of February (e14beb2). |
This is probably a bug of Travis, see this bug report [1]. The last comment [2] seems to describe exactly the same situation. [1] travis-ci/travis-ci#655 |
.. |coverage| image:: https://coveralls.io/repos/letsencrypt/letsencrypt/badge.svg?branch=master
:target: https://coveralls.io/r/letsencrypt/letsencrypt
:alt: Coverage status I've had this problem before, it's on their end. This can probably be closed. |
Looks like this is a known problem with Travis 😦 Thanks for looking into the issue. Closing for now. |
I've noticed earlier today on PyPI that Travis badge was red and linked to build of a PR (https://travis-ci.org/letsencrypt/letsencrypt/builds/84240759, coincidentally failing) instead of the build of the latest
master
.The text was updated successfully, but these errors were encountered: