Travis build status no longer appearing in GitHub

I no longer see the status of the Travis builds in GitHub. For example

However, Travis is still running the builds. Somehow, the results are not being communicated to GitHub anymore

I’m not sure what’s causing this. Perhaps it’s related to

I was having the same problem with my repository and Travis. Following the instructions here fixed the issue.

  1. Go to your Duplicati GitHub repository.
  2. Click on the user icon in the top right-corner, and go to Settings -> Applications -> Authorized OAuth Apps.
  3. Revoke authorization for Travis.
  4. Go to the https://travis-ci.org/ and re-enable authorization for your GitHub account.

After this, the Travis build status started to appear again. @kenkendk, can you try the above for the main Duplicati repository?

Actually, it looks like it might be magically working again. Not sure what changed.