I use Travis to test code on a push to Github. We have the main branch of our repo protected so that any branch cannot be merged until tests are passed.
For some reason, today I have a problem where the build status report never comes back to Github. I thought it was hanging for some reason but when I go onto travis I can see that it has in fact passed tests. However I am still getting the build is created on Github. This is blocking the merge.
Does anyone have any ideas what is going on and how to fix? This worked yesterday and for many months preceding this.