8000 Merge branch '2.8' into 3.4 · symfony/symfony@b2c2381 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2c2381

Browse files
Merge branch '2.8' into 3.4
* 2.8: fix ci
2 parents f082f41 + 6cb792c commit b2c2381

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
@@ -230,7 +230,7 @@ install:
230230
fi
231231
phpenv global ${PHP/hhvm*/hhvm}
232232
if [[ $PHP = 7.* ]]; then
233-
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer require --dev --no-update mongodb/mongodb)
233+
([[ $deps ]] && cd src/Symfony/Component/HttpFoundation; composer config platform.ext-mongodb 1.5.0; composer require --dev --no-update mongodb/mongodb)
234234
fi
235235
tfold 'composer update' $COMPOSER_UP
236236
tfold 'phpunit install' ./phpunit install

0 commit comments

Comments
 (0)
0