1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-20 07:42:09 +02:00

[ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.

HHVM MySQLi has been fixed and works for us now.

PHPBB3-12384
This commit is contained in:
Andreas Fischer 2014-04-10 18:45:27 +02:00
parent e64c2326bd
commit b19ee00b9c

View File

@ -28,10 +28,6 @@ then
# Upgrade to a recent stable version of HHVM
sudo apt-get -o Dpkg::Options::="--force-confnew" install -y hhvm-nightly
# MySQLi is broken in HHVM 3.0.0~precise and still does not work for us in
# 2014.03.28~saucy, i.e. needs more work. Use MySQL extension for now.
sed -i "s/mysqli/mysql/" "$DIR/phpunit-mysql-travis.xml"
HHVM_LOG=$(realpath "$DIR")/hhvm.log
sudo hhvm \