Skip to content

Commit 682c5bb

Browse files
Merge branch '4.1'
* 4.1: [travis] fix requiring mongodb/mongodb before composer up
2 parents 5f4918a + 89bf201 commit 682c5bb

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
@@ -206,9 +206,9 @@ install:
206206
break
207207
fi
208208
phpenv global $PHP
209+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
209210
tfold 'composer update' $COMPOSER_UP
210211
tfold 'phpunit install' ./phpunit install
211-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
212212
if [[ $deps = high ]]; then
213213
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
214214
elif [[ $deps = low ]]; then

0 commit comments

Comments
 (0)