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 651f434 + f825bf5 commit 7e8d87bCopy full SHA for 7e8d87b
.travis.yml
@@ -252,9 +252,7 @@ install:
252
fi
253
254
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; cp composer.json composer.bak; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb ~1.5.0)
255
- if [[ $deps || $PHP != 7.2 ]]; then
256
- tfold 'composer update' $COMPOSER_UP
257
- fi
+ tfold 'composer update' $COMPOSER_UP
258
tfold 'phpunit install' ./phpunit install
259
if [[ $deps = high ]]; then
260
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'" || X=1
0 commit comments