Push to GitHub fails to trigger builds

Suddenly my pushes to Github fails to trigger jobs (https://travis-ci.com/github/thoni56/c-xrefactory). I wasn’t thinking so I migrated from .org after it started to not trigger, maybe should have considered fixing the triggering issue first :wink:

Any ideas where to start looking?

I would go to the settings page on Travis CI and resync from GitHub and then toggle builds off and on and again for the repo and try another push.

Thanks, but that did not help. I’ve reached out to support, since I don’t know what else to try, except maybe to disconnect the repo completely, but I don’t want to do that in case there is an issue here that needs to be investigated.

OK, found it. It was a syntax error in the .travis.yml.

There seems to be no indication that there is a problem with your .yml. At least I couldn’t find any.

There is requests (build requests) item from the “More” drop-down menu.

1 Like

Thanks @BanzaiMan, hadn’t seen that before (or realized what it was). Really helpful that would have been :wink:

Maybe this helps someone googling…