-
Notifications
You must be signed in to change notification settings - Fork 102
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
Double Travis builds #115
Comments
Can't reproduce. I just set up homu for a project of mine and Travis' build history only shows one entry for the |
Travis ignores the first empty force-push to AppVeyor is the one where we're getting two builds right now (one for the empty push and then one for the merge commit). |
cc @Manishearth |
It would be nice to fix this to reduce the load on the single macmini that we're now using for CI for WebRender. |
cc @edunham for your queue :-) |
r+
seems to make homu push to theauto
branch twice, causing Travis-CI to schedule two builds (which take turns in the queue for available builders) while only the second one is useful.The text was updated successfully, but these errors were encountered: