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

Configure travis for php7.3 and update scripts #80

Closed
wants to merge 2 commits into from

Conversation

KartaviK
Copy link
Contributor

No description provided.

@@ -17,11 +18,12 @@ cache:
- $HOME/.composer/cache

before_script:
- travis_retry composer install -n
- travis_retry composer self-update
Copy link
Member

Choose a reason for hiding this comment

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

Why self-update?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

To use actual version of composer

Copy link
Member

Choose a reason for hiding this comment

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

Why is it necessary? I'm sorry but if there's no reason to waste time on that then we shouldn't do it.

@@ -17,11 +18,12 @@ cache:
- $HOME/.composer/cache

before_script:
- travis_retry composer install -n
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
Copy link
Member

Choose a reason for hiding this comment

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

Why prefer source?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

travis will download current sources directly from git without any questions

Copy link
Member

Choose a reason for hiding this comment

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

I'm not asking what it does, I'm asking why are you changing the build to do that? What advantages does it provide?

Every pull request should explain the changes it contains. Don't expect me to guess.

@mnapoli
Copy link
Member

mnapoli commented Oct 30, 2018

I don't want to wait on this PR sorry, I have too many projects to maintain. I'll do it myself.

@mnapoli mnapoli closed this Oct 30, 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