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

Fixed updating to latest from non-master branch #69

Merged
merged 1 commit into from Oct 23, 2019

Conversation

radarhere
Copy link
Member

.travis.yml Outdated
- if [[ -n "$LATEST" ]]; then git submodule update --remote --merge Pillow; fi
- if [[ -n "$LATEST" ]]; then
git submodule update --remote Pillow;
(cd Pillow && git checkout master);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for the semicolons for multiline blocks (cf. main repo's .travis.yml)

@hugovk hugovk merged commit 4c0bf71 into python-pillow:master Oct 23, 2019
@radarhere radarhere deleted the latest branch October 24, 2019 10:45
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.

None yet

2 participants