Skip to content
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

Remove "branches" stanza from Travis build #99

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

ehashman
Copy link
Member

@ehashman ehashman commented Jul 5, 2018

This is preventing automatic deployments to PyPI building on tags,
as the branches.only = [master] causes all tag builds to be ignored.

See note*: "Note that safelisting also prevents tagged commits from
being built."

This is preventing automatic deployments to PyPI building on tags,
as the branches.only = [master] causes all tag builds to be ignored.

See note[*]: "Note that safelisting also prevents tagged commits from
being built."

[*]: https://docs.travis-ci.com/user/customizing-the-build#Safelisting-or-blocklisting-branches
@ehashman ehashman requested a review from njsmith July 5, 2018 18:35
@njsmith njsmith merged commit 5a56bca into pypa:master Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants