Skip to content

Commit f50ee9b

Browse files
[travis] fix requiring mongodb/mongodb before composer up
1 parent 0a450d7 commit f50ee9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ install:
208208
break
209209
fi
210210
phpenv global ${PHP/hhvm*/hhvm}
211-
tfold 'composer update' $COMPOSER_UP
212-
tfold 'phpunit install' ./phpunit install
213211
if [[ $PHP = 7.* ]]; then
214212
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
215213
fi
214+
tfold 'composer update' $COMPOSER_UP
215+
tfold 'phpunit install' ./phpunit install
216216
if [[ $deps = high ]]; then
217217
echo "$COMPONENTS" | parallel --gnu -j10% "tfold {} 'cd {} && $COMPOSER_UP && $PHPUNIT_X$LEGACY'"
218218
elif [[ $deps = low ]]; then

0 commit comments

Comments
 (0)