Travis build status not show on github

About a week ago our build statuses no longer shown on Github. Travis still runs builds on new PR-s, etc. But the statuses are not shown on github any more.


https://travis-ci.org/github/react-native-mapbox-gl/maps/pull_requests

Miklós

1 Like

It seems that it resolved itself. From the github org page i’ve removed readded the travis integration.

I’m still experiencing this:

My organization repository had several builds during September: https://travis-ci.org/github/eressea/server

But after September 6, none of them are showing up on github: https://github.com/eressea/server/commits/develop

Edit: Started working again today, although the old commits were not retroactively annotated, new ones now show the status. Must be a glitch in the matrix.

Somebody once told me that this is caused by travis-ci.org hitting the GitHub API rate limits. Switching to travis-ci.com was the suggested workaround.

AFAIU .com doesn’t suffer from this issue because it uses a GutHub app for integration, instead of webhooks.