diff options
author | 2014-03-29 17:50:15 +0100 | |
---|---|---|
committer | 2014-03-30 15:43:54 +0200 | |
commit | 672eab3a9c8b2c2651038fbc2a31d523fe0ff067 (patch) | |
tree | abfc6f73f357cb574557508495267863331d0c8f /travis | |
parent | [ticket/12318] Correctly setup HHVM for functional tests. (diff) | |
download | phpbb-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.tar.gz phpbb-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.tar.bz2 phpbb-672eab3a9c8b2c2651038fbc2a31d523fe0ff067.zip |
[ticket/12318] Upgrade to a recent stable version of HHVM.
PHPBB3-12318
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/setup-webserver.sh | 3 |
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 \ |