rolandweber / Pityoulish

A collection of programming/debugging exercises to support a course on Distributed Systems.
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

Build: Travis integration is broken #96

Closed rolandweber closed 4 years ago

rolandweber commented 4 years ago

Travis builds are running as expected, but the GitHub integration seems to be broken. I don't get the green checkmark for a commit that has been built successfully. And I didn't get the passed status for a PR that was built successfully.

rolandweber commented 4 years ago

~I could switch from Travis to GitHub Actions.~

This comment was written for the original issue description, when I thought that I had misconfigured Travis.

rolandweber commented 4 years ago

Found some instructions for resetting Travis <-> GitHub integration: https://travis-ci.community/t/pushes-wont-trigger-new-builds-anymore-after-the-project-has-been-inactive-for-a-long-time/5716/2

Problem is that I cannot disable this repo in Travis. Travis reports an error when modifying something in GitHub, suspects a permission problem.

rolandweber commented 4 years ago

Signing out and back in to Travis with GitHub seems to have resolved this problem. The WebHook I deleted has been restored or updated.

rolandweber commented 4 years ago

Still working after several months: https://travis-ci.org/github/rolandweber/pityoulish/builds/716467125