aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-04-03 22:30:34 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-04-03 22:33:46 +0200
commit1a044711fb34e29ac32c78111750a233f077ad9a (patch)
tree963e21f04ec945e944697a83046d47b617f21787 /travis
parentc2fbaf3af2aef5311952c653a3844550b06d53ad (diff)
downloadforums-1a044711fb34e29ac32c78111750a233f077ad9a.tar
forums-1a044711fb34e29ac32c78111750a233f077ad9a.tar.gz
forums-1a044711fb34e29ac32c78111750a233f077ad9a.tar.bz2
forums-1a044711fb34e29ac32c78111750a233f077ad9a.tar.xz
forums-1a044711fb34e29ac32c78111750a233f077ad9a.zip
[ticket/12318] Revert "Pin HHVM version to 3.0.0~precise."
This reverts commit f6614f2078740675ca0228b348500991888c2140 as the install command started failing with "Version '3.0.0~precise' for 'hhvm' was not found" in the meantime. PHPBB3-12318
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/setup-webserver.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh
index 9802fab749..92c46f77f9 100755
--- a/travis/setup-webserver.sh
+++ b/travis/setup-webserver.sh
@@ -26,8 +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=3.0.0~precise
+ sudo apt-get -o Dpkg::Options::="--force-confnew" install -y hhvm
# 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.