特拉维斯找不到我的.travis.yml

Mas*_*aka 6 travis-ci

我有这样的警告日志,我的构建失败了.

WARNING: We were unable to find a .travis.yml file. This may not be what you
want. Build will be run with default settings.
Run Code Online (Sandbox Code Playgroud)

但是我的回购中存在.travis.yml.这个问题似乎是在我在Github上更改了我的回购名称后引起的.(在更改之前,Travis可以检测到我的.travis.yml)

我的环境在那里:https://travis-ci.org/PizzaFactory/mRDT

如何解决这个问题?

Nic*_*rdu 5

发生这种情况可能是因为您在 GitHub 上重命名了存储库。

为了解决这个问题,我所做的就是进入 TravisAccounts部分,按下Sync按钮,然后将另一个提交推送到存储库。