mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/12962] Load composer test dependencies for php >= 5.3.19
PHPBB3-12962
This commit is contained in:
parent
29ffddee71
commit
e78210dc96
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue