8000
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 0423677 commit f2a1614Copy full SHA for f2a1614
.travis.yml
@@ -196,9 +196,9 @@ install:
196
break
197
fi
198
phpenv global $PHP
199
+ ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
200
tfold 'composer update' $COMPOSER_UP
201
tfold 'phpunit install' ./phpunit install
- ([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
202
if [[ $deps = high ]]; then
203
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
204
elif [[ $deps = low ]]; then
0 commit comments