mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +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
|
travis/setup-mariadb.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]
|
if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]
|
||||||
then
|
then
|
||||||
stravis/setup-php-extensions.sh
|
travis/setup-php-extensions.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` == "1" ]
|
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` == "1" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue