Skip to content

Commit acb615b

Browse files
committed
Don't be quiet when compiling the extension
1 parent 0acfac3 commit acb615b

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
@@ -13,6 +13,6 @@ services: mongodb
1313

1414
before_script:
1515
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
16-
- pecl -q install -f mongodb-${MONGODB_VERSION}
16+
- pecl install -f mongodb-${MONGODB_VERSION}
1717
- php --ri mongodb
1818
- composer install --dev --no-interaction --prefer-source

0 commit comments

Comments
 (0)