Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github - Failure: The Travis CI build failed

Tags:

github

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? enter image description here

like image 889
Jeeva J Avatar asked Oct 20 '16 08:10

Jeeva J


1 Answers

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.

like image 185
Remek Ambroziak Avatar answered Oct 22 '22 06:10

Remek Ambroziak