简体   繁体   English

Travis CI构建失败-Github

[英]The Travis CI build failed -Github

I pulled a request to a repository,but encountered a problem 我向存储库提出了一个请求,但是遇到了问题

"continuous-integration/travis-ci/pr — > The Travis CI build failed" “ continuous-integration / travis-ci / pr —> Travis CI构建失败”

after pulled the request. 拉完请求后。 I have clicked Detail and read it, but I'm unable to locate the issue and don't know how to resolve it. 我已经单击“ 详细信息”并阅读了它,但是我无法找到问题并且不知道如何解决它。 Please give me suggestions. 请给我建议。 在此处输入图片说明

This looks like an automated build which is triggered when you create a pull request. 这看起来像一个自动构建,当您创建拉取请求时会触发该构建。 Normally Travis will try and build your solution or run some form of testing against your changes. 通常,Travis会尝试构建您的解决方案或针对您的更改运行某种形式的测试。

My guess is that these automated builds or tests that are run through Travis have failed due to something you have changed. 我的猜测是,由于您进行了更改,因此通过Travis运行的这些自动化构建或测试失败了。

You will need to go into Travis (A CI tool) and look at the build logs of that particular pull request and from there you will be able to see what has been failing. 您将需要进入Travis(一种CI工具),并查看该特定拉取请求的构建日志,然后从那里您将看到失败的原因。

Sorry that I couldn't be of more help but that is a very standard error message and further detail is needed :) 抱歉,我无法提供更多帮助,但这是一条非常标准的错误消息,需要更多详细信息:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM