-
Notifications
You must be signed in to change notification settings - Fork 936
Test #189 #190
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
Test #189 #190
Conversation
|
||
before_install: | ||
- echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini | ||
- phpenv config-rm xdebug.ini | ||
- composer --verbose self-update | ||
- composer --verbose self-update --$COMPOSER_CHANNEL |
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.
This syntax does not seem to work as expected.
// RELEASE=stable,COMPOSER_CHANNEL=snapshot
$ composer --verbose self-update --$COMPOSER_CHANNEL
Updating to version 1.2.0 (stable channel).
Test in drupal core fails because of symfony/symfony#19321 symfony/http-foundation@a52a882 |
@rodrigoaguilera Please review |
Thanks! I updated Scripthandler on my project with the latest changes and now it doesn't complain about the composer version. |
Related: symfony/symfony#20562 |
No description provided.