8000 fix ci · symfony/symfony@6cb792c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cb792c

Browse files
fix ci
1 parent f50ee9b commit 6cb792c

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
@@ -209,7 +209,7 @@ install:
209209
fi
210210
phpenv global ${PHP/hhvm*/hhvm}
211211
if [[ $PHP = 7.* ]]; then
212-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
212+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.0; composer require --dev --no-update mongodb/mongodb)
213213
fi
214214
tfold 'composer update' $COMPOSER_UP
215215
tfold 'phpunit install' ./phpunit install

0 commit comments

Comments
 (0)
0