-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Conversation
@@ -17,11 +18,12 @@ cache: | |||
- $HOME/.composer/cache | |||
|
|||
before_script: | |||
- travis_retry composer install -n | |||
- travis_retry composer self-update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why self-update?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why prefer source?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
I don't want to wait on this PR sorry, I have too many projects to maintain. I'll do it myself. |
No description provided.