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 16d2dc2 commit 41fca8bCopy full SHA for 41fca8b
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/dependency-injection:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION}; fi;
28
29
before_script:
30
- - composer update --prefer-dist -n --no-progress
+ - composer update --prefer-dist --prefer-stable --no-ansi -n --no-progress
31
32
script:
33
- ./vendor/bin/phpunit --coverage-text
0 commit comments