mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04.
PHPBB3-12318
This commit is contained in:
@@ -6,6 +6,12 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
if [ "$TRAVIS_PHP_VERSION" = 'hhvm' ]
|
||||||
|
then
|
||||||
|
# Add PPA providing dependencies for recent HHVM on Ubuntu 12.04.
|
||||||
|
sudo add-apt-repository -y ppa:mapnik/boost
|
||||||
|
fi
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y nginx realpath
|
sudo apt-get install -y nginx realpath
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user