Click here to Skip to main content
15,884,709 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:

How is it possible that Travis the build failed for the latest push but passed the Pull Request?

On the Gist on 2nd 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.

Links:



What I have tried:

Nothing because I don't understand why.

Posted
Updated 8-Jan-17 1:34am
v3
Comments
[no name] 7-Jan-17 16:31pm    
What is it that you think random strangers on the internet could possibly tell you based on "Build failed"? Ask your SCM guy to look into it.
Hein Pauwelyn 8-Jan-17 3:43am    
We don't have a SCM guy. It's a school project we made.

1 solution

I've found the solution of the problem.

PR will merge your changes into the base branch and run CI tests. Push will run CI tests on the current branch. Merging the base branch into your branch will likely resolve your build test on the branch.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900