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 694178e commit ed36e64Copy full SHA for ed36e64
.travis.yml
@@ -207,9 +207,7 @@ install:
207
phpenv global $PHP
208
tfold 'composer update' $COMPOSER_UP
209
tfold 'phpunit install' ./phpunit install
210
- if [[ $PHP = 7.* ]]; then
211
- ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
212
- fi
+ ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
213
if [[ $deps = high ]]; then
214
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
215
elif [[ $deps = low ]]; then
0 commit comments