mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04.
PHPBB3-12318
This commit is contained in:
parent
a50b6510bd
commit
90d3085ef7
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@
|
|||
set -e
|
||||
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 install -y nginx realpath
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue