Travis-CI 停止构建 Github 项目
Travis-CI stopped building Github project
在我最后一次构建失败之后:
https://travis-ci.org/acgetchell/CDT-plusplus
Travis-CI 不再构建新版本(从那时起至少有 4 次提交)。
https://github.com/acgetchell/CDT-plusplus/commits/master
我在后台 运行 travis 监视器:
─[adam][hapkido][~]
└─▪ travis monitor -r acgetchell/CDT-plusplus
Monitoring acgetchell/CDT-plusplus:
最新的git推送没有显示任何事件。
编辑:它通过了 travis-lint。
建议?
谢谢!
是您的配置文件 'corrupt' - 如果它有错误,那么 travis 将不会进行构建。检查它的缩进,以及你在 travis 上的项目的请求部分(可从设置访问),它会告诉你为什么你的构建没有开始。
在我最后一次构建失败之后:
https://travis-ci.org/acgetchell/CDT-plusplus
Travis-CI 不再构建新版本(从那时起至少有 4 次提交)。
https://github.com/acgetchell/CDT-plusplus/commits/master
我在后台 运行 travis 监视器:
─[adam][hapkido][~]
└─▪ travis monitor -r acgetchell/CDT-plusplus
Monitoring acgetchell/CDT-plusplus:
最新的git推送没有显示任何事件。
编辑:它通过了 travis-lint。
建议?
谢谢!
是您的配置文件 'corrupt' - 如果它有错误,那么 travis 将不会进行构建。检查它的缩进,以及你在 travis 上的项目的请求部分(可从设置访问),它会告诉你为什么你的构建没有开始。