本文介绍了特拉维斯失败了,但通过PR的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Travis的构建如何能够进行最新的推送但是通过了Pull请求?
How is it possible that Travis the build failed for the latest push but passed the Pull Request?
On the Gist on 2 link你可以找到Travis给出的 npm run build
命令的失败和传递输出日志。您还可以找到Travis的配置。
On the Gist on 2 link you could find the failed and passed output log of the npm run build
command that Travis gives. You could also find the configuration of Travis.
链接:
- []
- []
- See also this image.[^]
- Here you could find the output of the failed and succeed builds.[^]
没什么,因为我不明白为什么。
Nothing because I don't understand why.
推荐答案
这篇关于特拉维斯失败了,但通过PR的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!