Skip to content

Commit 5ffc638

Browse files
Update .travis.yml
1 parent f0fa782 commit 5ffc638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ matrix:
4242
dist: bionic
4343
env: SYMFONY_VERSION=^5.0
4444

45-
before_install: composer require "symfony/process:${SYMFONY_VERSION}" --no-update
45+
before_install: travis_retry composer require "symfony/process:${SYMFONY_VERSION}" --no-update
4646

47-
install: travis_retry composer install --no-interaction --no-progress --no-suggest
47+
install: travis_retry composer install --prefer-dist --no-progress -n -o
4848

4949
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)