Commit 192d950b authored by Jeremy Mikola's avatar Jeremy Mikola

Don't be quiet when compiling the extension

parent fd0b8615
...@@ -13,6 +13,6 @@ services: mongodb ...@@ -13,6 +13,6 @@ services: mongodb
before_script: before_script:
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))' - mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
- pecl -q install -f mongodb-${MONGODB_VERSION} - pecl install -f mongodb-${MONGODB_VERSION}
- php --ri mongodb - php --ri mongodb
- composer install --dev --no-interaction --prefer-source - composer install --dev --no-interaction --prefer-source
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment