diff options
| -rwxr-xr-x | travis/setup-webserver.sh | 4 | 
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 \  | 
