We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0b861 commit 192d950Copy full SHA for 192d950
.travis.yml
@@ -13,6 +13,6 @@ services: mongodb
13
14
before_script:
15
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
16
- - pecl -q install -f mongodb-${MONGODB_VERSION}
+ - pecl install -f mongodb-${MONGODB_VERSION}
17
- php --ri mongodb
18
- composer install --dev --no-interaction --prefer-source
0 commit comments