aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-26 21:41:55 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-26 21:55:44 +0200
commitea17a7cc5b1ac8f14d825ac015b80a3366747348 (patch)
tree98368d4307ba03a7a6808fc387fe0f32b83f0b27 /travis
parentd90da12afc3cbe107b0535fb1271d2248bc214bd (diff)
downloadforums-ea17a7cc5b1ac8f14d825ac015b80a3366747348.tar
forums-ea17a7cc5b1ac8f14d825ac015b80a3366747348.tar.gz
forums-ea17a7cc5b1ac8f14d825ac015b80a3366747348.tar.bz2
forums-ea17a7cc5b1ac8f14d825ac015b80a3366747348.tar.xz
forums-ea17a7cc5b1ac8f14d825ac015b80a3366747348.zip
[ticket/12592] Make hhvm run MySQL again.
PHPBB3-12592
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/setup-webserver.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh
index 6188d2c232..bffe2c0bf4 100755
--- a/travis/setup-webserver.sh
+++ b/travis/setup-webserver.sh
@@ -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 \