mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 14:18:24 +01:00
[ticket/12962] Load composer test dependencies for php >= 5.3.19
PHPBB3-12962
This commit is contained in:
parent
29ffddee71
commit
e78210dc96
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user