Commit f90a3699 by Carsten Brandt

Skipping CUBRID on HHVM

parent b6e0c2b2
......@@ -2,6 +2,11 @@
#
# install CUBRID DBMS
if (php --version | grep -i HHVM > /dev/null); then
echo "Skipping CUBRID on HHVM"
exit 0
fi
# cubrid dbms
echo 'yes' | sudo add-apt-repository ppa:cubrid/cubrid
sudo apt-get update
......
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