mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/12470] Correctly set up the php extensions
PHPBB3-12470
This commit is contained in:
parent
994ab684bc
commit
d2b783338f
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ then
|
|||
travis/setup-mariadb.sh
|
||||
fi
|
||||
|
||||
if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]
|
||||
if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]
|
||||
then
|
||||
stravis/setup-php-extensions.sh
|
||||
travis/setup-php-extensions.sh
|
||||
fi
|
||||
|
||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` == "1" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue