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