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