1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

[ticket/12027] List redis as service in .travis.yml

PHPBB3-12027
This commit is contained in:
Joas Schilling
2013-11-22 10:23:00 +01:00
parent 5220013f9d
commit a3df2cb454

View File

@@ -10,6 +10,9 @@ env:
- DB=mysql - DB=mysql
- DB=postgres - DB=postgres
services:
- redis-server
install: install:
- sh -c "if [ '$DB' = 'mariadb' ]; then travis/setup-mariadb.sh; fi" - sh -c "if [ '$DB' = 'mariadb' ]; then travis/setup-mariadb.sh; fi"
- sh -c "if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` = "1" ]; then travis/setup-webserver.sh; fi" - sh -c "if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.19', '>=');"` = "1" ]; then travis/setup-webserver.sh; fi"