[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=postgres
services:
- redis-server
install:
- 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"