mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 22:51:23 +02:00
[ticket/12962] Load composer test dependencies for php >= 5.3.19
PHPBB3-12962
This commit is contained in:
@@ -33,10 +33,6 @@ 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" ]
|
||||||
then
|
then
|
||||||
travis/setup-webserver.sh
|
travis/setup-webserver.sh
|
||||||
fi
|
|
||||||
|
|
||||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.4', '>=');"` == "1" ]
|
|
||||||
then
|
|
||||||
travis/setup-phpbb-test.sh
|
travis/setup-phpbb-test.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user