aboutsummaryrefslogtreecommitdiffstats
path: root/travis/setup-webserver.sh
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-03-29 17:50:15 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-03-30 15:43:54 +0200
commit672eab3a9c8b2c2651038fbc2a31d523fe0ff067 (patch)
treeabfc6f73f357cb574557508495267863331d0c8f /travis/setup-webserver.sh
parent04707cbf8dda006bbc3dcd892e61b2b6f96fda97 (diff)
downloadforums-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.tar
forums-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.tar.gz
forums-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.tar.bz2
forums-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.tar.xz
forums-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.zip
[ticket/12318] Upgrade to a recent stable version of HHVM.
PHPBB3-12318
Diffstat (limited to 'travis/setup-webserver.sh')
-rwxr-xr-xtravis/setup-webserver.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh
index d9c6b370a1..6612b2c4bb 100755
--- a/travis/setup-webserver.sh
+++ b/travis/setup-webserver.sh
@@ -19,6 +19,9 @@ APP_SOCK=$(realpath "$DIR")/php-app.sock
if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ]
then
+ # Upgrade to a recent stable version of HHVM
+ sudo apt-get install -y hhvm
+
HHVM_LOG=$(realpath "$DIR")/hhvm.log
sudo hhvm \