mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/12470] Correctly set up the php extensions
PHPBB3-12470
This commit is contained in:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user