Commit 983fadf4 by Carsten Brandt

Update mongodb-setup.sh

fixed hhvm build.
parent 3f817511
......@@ -4,6 +4,7 @@
if (php --version | grep -i HipHop > /dev/null); then
echo "mongodb does not work on HHVM currently, skipping"
exit 0
else
echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
fi
......
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