We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fa782 commit 5ffc638Copy full SHA for 5ffc638
.travis.yml
@@ -42,8 +42,8 @@ matrix:
42
dist: bionic
43
env: SYMFONY_VERSION=^5.0
44
45
-before_install: composer require "symfony/process:${SYMFONY_VERSION}" --no-update
+before_install: travis_retry composer require "symfony/process:${SYMFONY_VERSION}" --no-update
46
47
-install: travis_retry composer install --no-interaction --no-progress --no-suggest
+install: travis_retry composer install --prefer-dist --no-progress -n -o
48
49
script: vendor/bin/phpunit
0 commit comments