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.
2 parents ff33771 + f50ee9b commit f082f41Copy full SHA for f082f41
.travis.yml
@@ -229,11 +229,11 @@ install:
229
break
230
fi
231
phpenv global ${PHP/hhvm*/hhvm}
232
- tfold 'composer update' $COMPOSER_UP
233
- tfold ' 6253 ;phpunit install' ./phpunit install
234
if [[ $PHP = 7.* ]]; then
235
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
236
+ tfold 'composer update' $COMPOSER_UP
+ tfold 'phpunit install' ./phpunit install
237
if [[ $deps = high ]]; then
238
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
239
elif [[ $deps = low ]]; then
0 commit comments