File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,11 @@ install:
249
249
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.0; composer require --dev --no-update mongodb/mongodb)
250
250
fi
251
251
tfold 'composer update' $COMPOSER_UP
252
- tfold 'phpunit install' ./phpunit install
252
+ if [[ $TRAVIS_PHP_VERSION = 5.* || $TRAVIS_PHP_VERSION = hhvm* ]]; then
253
+ tfold 'phpunit install' 'composer global remove symfony/flex && ./phpunit install && composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-master'
254
+ else
255
+ tfold 'phpunit install' ./phpunit install
256
+ fi
253
257
if [[ $deps = high ]]; then
254
258
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
255
259
elif [[ $deps = low ]]; then
You can’t perform that action at this time.
0 commit comments