mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04.
PHPBB3-12318
This commit is contained in:
parent
672eab3a9c
commit
a53312636a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue