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 0d1f448 commit 88cae25Copy full SHA for 88cae25
.travis.yml
@@ -39,7 +39,10 @@ matrix:
39
allow_failures:
40
- php: 5.6
41
- php: 7.4
42
-
+
43
+before_install:
44
+ - travis_retry composer self-update --1
45
46
install:
47
- if [[ $symfony != '*' ]]; then travis_retry composer require symfony/http-foundation:${symfony} --no-update --no-interaction; fi
48
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi
0 commit comments