Reputation: 3253
I have pulled a request.
I have changed two files and committed the pull request.
After committer, I have received like,
This branch has no conflicts with the base branch
But, I am getting like
Failure: The Travis CI build failed
What is this issue about? Can my change merged by the owner?
Or
Will this make issue for the owner?
Upvotes: 9
Views: 8003
Reputation: 824
Those two messages you've mentioned are not related
(This branch has no conflicts with the base branch
and Failure: The Travis CI build failed
), don't focus there.
Your build is failing, so something is wrong (unit tests?) as @osowskit said. Please paste your logs from travis (yes, it probably will be a huge wall of text) so we can point the right direction to look further.
Upvotes: 1