1
0
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:
Dhruv 2014-10-25 15:34:39 -07:00
parent 29ffddee71
commit e78210dc96

View File

@ -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