正在查看 "This is not an active repository" 的活动存储库

Seeing "This is not an active repository" for an active repository

我最近收到了这条消息:

This is not an active repository

对于处于活动状态且具有较长构建历史的存储库; link from a build at github 把我带到了这里。什么可能导致以前健康的存储库发生这种情况?

根据 roidrage(Travis-CI 成员):

If this repository is indeed still active, then it's likely it was enabled via manual configuration of the GitHub webhook in the GitHub settings for the repositories instead of enabling the hook on the Travis CI account.

This is easy to fix, you just need to go to your profile and activate it manually. That should make the message disappear.

更多信息here