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 f87fde6 commit 662a539Copy full SHA for 662a539
.travis.yml
@@ -53,7 +53,7 @@ before_install:
53
# Change extra.symfony.require used by symfony flex
54
- '[[ -z $SYMFONY ]] || composer config extra.symfony.require "$SYMFONY"'
55
# If it is available update the Symfony binary, if not install it.
56
- - if symfony self:version; then symfony self:update ; else wget https://get.symfony.com/cli/installer -O - | bash ; fi
+ - if symfony self:version; then symfony self:update --yes ; else wget https://get.symfony.com/cli/installer -O - | bash ; fi
57
58
install:
59
- php -r "echo ini_get('memory_limit').PHP_EOL;"
0 commit comments