aboutsummaryrefslogtreecommitdiffstats
path: root/travis/setup-webserver.sh
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-03-30 01:50:46 +0100
committerAndreas Fischer <bantu@phpbb.com>2014-03-30 15:43:55 +0200
commite1be4943d8b8840f05d9a2b9781d85322050977b (patch)
tree8e71eb73a6457ad78ba1bfbe466ae11d3724403d /travis/setup-webserver.sh
parentd53c411d90700c751cf1f4980e13868752698406 (diff)
downloadforums-e1be4943d8b8840f05d9a2b9781d85322050977b.tar
forums-e1be4943d8b8840f05d9a2b9781d85322050977b.tar.gz
forums-e1be4943d8b8840f05d9a2b9781d85322050977b.tar.bz2
forums-e1be4943d8b8840f05d9a2b9781d85322050977b.tar.xz
forums-e1be4943d8b8840f05d9a2b9781d85322050977b.zip
[ticket/12318] Pin HHVM version to 3.0.0~precise.
PHPBB3-12318
Diffstat (limited to 'travis/setup-webserver.sh')
-rwxr-xr-xtravis/setup-webserver.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/setup-webserver.sh b/travis/setup-webserver.sh
index 5bc0feae88..0dceead565 100755
--- a/travis/setup-webserver.sh
+++ b/travis/setup-webserver.sh
@@ -26,7 +26,8 @@ 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=3.0.0~precise
HHVM_LOG=$(realpath "$DIR")/hhvm.log