Skip to content

Commit 7e8d87b

Browse files
Merge branch '5.0'
* 5.0: [travis] Fix CI
2 parents 651f434 + f825bf5 commit 7e8d87b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,7 @@ install:
252252
fi
253253
254254
([[ $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)
255-
if [[ $deps || $PHP != 7.2 ]]; then
256-
tfold 'composer update' $COMPOSER_UP
257-
fi
255+
tfold 'composer update' $COMPOSER_UP
258256
tfold 'phpunit install' ./phpunit install
259257
if [[ $deps = high ]]; then
260258
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'" || X=1

0 commit comments

Comments
 (0)