We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4f973 commit c01f6adCopy full SHA for c01f6ad
.travis.yml
@@ -428,7 +428,6 @@ script:
428
- cat $HOME/.php-build/share/php-build/default_configure_options
429
- export PKG_CONFIG_PATH="$HOME/.phpenv/versions/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
430
- sudo ./bin/compile
431
- - composer self-update
432
- | # disable 3rd-party extension builds on master
433
if [[ $VERSION =~ ^7.3.* ]]; then
434
(yes '' | ./bin/compile-extension-redis) &&
bin/compile
@@ -127,5 +127,6 @@ pushd /tmp
127
128
phpenv local "${VERSION}"
129
phpenv rehash
130
+$INSTALL_DEST/$VERSION/bin/composer http://getcomposer.org/composer.phar self-update
131
132
popd
0 commit comments