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 executable from version control #146

Merged
merged 2 commits into from
May 9, 2020
Merged

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented May 9, 2020

It was added to the repository by accident

Closes #144

.travis.yml Outdated
@@ -51,5 +51,5 @@ jobs:
- stage: BC checks
php: 7.4
env: BC_CHECK
post_install: wget -O roave-backward-compatibility-check.phar https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.4.0/roave-backward-compatibility-check.phar
install: wget -O roave-backward-compatibility-check.phar https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.4.0/roave-backward-compatibility-check.phar
Copy link
Member Author

Choose a reason for hiding this comment

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

I couldn't find a reference to post_install in the docs, and the previous build, that was on a branch I wrongly created on origin failed because this step did not seem to be executed

@greg0ire
Copy link
Member Author

greg0ire commented May 9, 2020

Okay, it still does not work because of a missing chmod +x. I will just take this as an occasion to switch this to a Github action.

@greg0ire
Copy link
Member Author

greg0ire commented May 9, 2020

The check can be seen on this twin PR: greg0ire#1

@greg0ire greg0ire requested a review from alcaeus May 9, 2020 14:31
@alcaeus alcaeus merged commit 4111f68 into doctrine:1.4.x May 9, 2020
@alcaeus alcaeus added this to the 1.4.1 milestone May 9, 2020
@greg0ire greg0ire deleted the remove-phar branch May 9, 2020 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants