-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Enable auto-cancellation on Travis #15878
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
Comments
already enabled! (this commit is for putting in our own auto-cancel). note that you need to enable it on your own branch. I suppose we could document that. |
actually its on master as well. because if you have an open PR, then you push again, we need and want it to cancel the previous one (on master). |
There is no way to tell what other repos settings are on Travis, so I though I would check that it was on. Might help a lot. |
yeah if you want to create an issue about updating: http://pandas-docs.github.io/pandas-docs-travis/contributing.html#test-driven-development-code-writing IOW about CI interactions would be fine. (IOW the meaning of 'green' builds and such). I find newbie are confused by this actually. |
Travis has rolled out a new feature (beta) that will automatically cancel builds when a new build appears in a branch. This can help shorten build time when someone commits a small number of small changes to an open PR. This seems like a good feature of have on PRs (but not master) and can help with "push spam".
@jreback
The text was updated successfully, but these errors were encountered: