mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +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" ]
|
||||
then
|
||||
travis/setup-webserver.sh
|
||||
fi
|
||||
|
||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.4', '>=');"` == "1" ]
|
||||
then
|
||||
travis/setup-phpbb-test.sh
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user