8000 [travis] fix requiring mongodb/mongodb before composer up · symfony/symfony@f2a1614 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2a1614

Browse files
[travis] fix requiring mongodb/mongodb before composer up
1 parent 0423677 commit f2a1614

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
@@ -196,9 +196,9 @@ install:
196196
break
197197
fi
198198
phpenv global $PHP
199+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
199200
tfold 'composer update' $COMPOSER_UP
200201
tfold 'phpunit install' ./phpunit install
201-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
202202
if [[ $deps = high ]]; then
203203
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
204204
elif [[ $deps = low ]]; then

0 commit comments

Comments
 (0)
0