Skip to content

Commit 89bf201

Browse files
Merge branch '3.4' into 4.1
* 3.4: [travis] fix requiring mongodb/mongodb before composer up
2 parents 613ca3c + f082f41 commit 89bf201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ install:
205205
break
206206
fi
207207
phpenv global $PHP
208+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
208209
tfold 'composer update' $COMPOSER_UP
209210
tfold 'phpunit install' ./phpunit install
210-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
211211
if [[ $deps = high ]]; then
212212
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
213213
elif [[ $deps = low ]]; then

0 commit comments

Comments
 (0)