Skip to content

Commit ed36e64

Browse files
fix merge
1 parent 694178e commit ed36e64

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
@@ -207,9 +207,7 @@ install:
207207
phpenv global $PHP
208208
tfold 'composer update' $COMPOSER_UP
209209
tfold 'phpunit install' ./phpunit install
210-
if [[ $PHP = 7.* ]]; then
211-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
212-
fi
210+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
213211
if [[ $deps = high ]]; then
214212
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
215213
elif [[ $deps = low ]]; then

0 commit comments

Comments
 (0)