diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-04-10 11:37:25 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-04-10 11:37:25 +0200 |
commit | 4d206e2cedf735d8c2860a136347a8bd5194f182 (patch) | |
tree | 4bee87c33984a76299ca0f1708f06ef37c43aa58 /travis | |
parent | ff7cc77f9db66b7fddacd77f215d85cf0243b2fa (diff) | |
download | forums-4d206e2cedf735d8c2860a136347a8bd5194f182.tar forums-4d206e2cedf735d8c2860a136347a8bd5194f182.tar.gz forums-4d206e2cedf735d8c2860a136347a8bd5194f182.tar.bz2 forums-4d206e2cedf735d8c2860a136347a8bd5194f182.tar.xz forums-4d206e2cedf735d8c2860a136347a8bd5194f182.zip |
[ticket/12320] Install a nightly build of HHVM.
PHPBB3-12320
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/setup-webserver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh index 92c46f77f9..6188d2c232 100755 --- a/travis/setup-webserver.sh +++ b/travis/setup-webserver.sh @@ -26,7 +26,7 @@ APP_SOCK=$(realpath "$DIR")/php-app.sock if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ] then # Upgrade to a recent stable version of HHVM - sudo apt-get -o Dpkg::Options::="--force-confnew" install -y 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. |