Skip to content

Commit 662a539

Browse files
committed
Updated Travis CI config to update Symfony CLI without confirmation
1 parent f87fde6 commit 662a539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ before_install:
5353
# Change extra.symfony.require used by symfony flex
5454
- '[[ -z $SYMFONY ]] || composer config extra.symfony.require "$SYMFONY"'
5555
# 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
56+
- if symfony self:version; then symfony self:update --yes ; else wget https://get.symfony.com/cli/installer -O - | bash ; fi
5757

5858
install:
5959
- php -r "echo ini_get('memory_limit').PHP_EOL;"

0 commit comments

Comments
 (0)