Skip to content

Commit

Permalink
Merge branch '4.4' into 5.0
Browse files Browse the repository at this point in the history
* 4.4:
  [travis] Fix CI
  • Loading branch information
nicolas-grekas committed May 5, 2020
2 parents cd21c82 + 5c24718 commit f825bf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -252,9 +252,7 @@ install:
fi
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; cp composer.json composer.bak; composer config platform.ext-mongodb 1.6.0; composer require --dev --no-update mongodb/mongodb ~1.5.0)
if [[ $deps || $PHP != 7.2 ]]; then
tfold 'composer update' $COMPOSER_UP
fi
tfold 'composer update' $COMPOSER_UP
tfold 'phpunit install' ./phpunit install
if [[ $deps = high ]]; then
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'" || X=1
Expand Down

0 comments on commit f825bf5

Please sign in to comment.