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