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 a20bf5e commit 438f2f8Copy full SHA for 438f2f8
bin/compile-extension-mongodb
@@ -15,7 +15,7 @@ if [[ $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
15
make install
16
popd
17
else
18
- pecl_install mongodb
+ pecl_install mongodb -y
19
fi
20
21
travis_time_finish
0 commit comments