-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken travis branches #546
Conversation
Hello, Looks like when you request a build status for a branch it ignores the branch! Seems a typo in the code. Jason
Good lord, you're right! Thank you! |
I think the original issue I was raising here ( #528 ) is addressed by this change. However, I think discussion in that issue turned to a potentially different issue so I will leave it open for now. |
Is it possible the HHVM branch badge is suffering from a similar problem? |
Also, TeamCity CodeBetter Coverage badge is complaining it is malformed. Wondering if a similar fix would help it. |
Usually, those caused by a change in the format of the data. Adding a breakpoint in server.js reveals what needs fixing. But it is a game of whack-a-mole, so patches are very welcome! |
Hello,
Looks like when you request a build status for a branch it ignores the branch!
Seems a typo in the code.
Jason