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.
2 parents ba958ff + 15b0ffa commit 6bc8a2aCopy full SHA for 6bc8a2a
.travis.yml
@@ -28,9 +28,7 @@ matrix:
28
29
before_install:
30
- composer self-update
31
- - if [ "$SYMFONY_VERSION" != "" ]; then
32
- composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update;
33
- fi;
+ - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
34
35
install:
36
- composer update --no-interaction --prefer-dist
0 commit comments