Merge branch '4.1'

* 4.1:
  [travis] fix requiring mongodb/mongodb before composer up
This commit is contained in:
Nicolas Grekas 2018-08-03 14:54:58 +02:00
commit 682c5bb059
1 changed files with 1 additions and 1 deletions

View File

@ -206,9 +206,9 @@ install:
break
fi
phpenv global $PHP
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
tfold 'composer update' $COMPOSER_UP
tfold 'phpunit install' ./phpunit install
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
if [[ $deps = high ]]; then
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
elif [[ $deps = low ]]; then