1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #1886 from nickvergessen/ticket/12027

[Ticket/12027] List redis as service in .travis.yml
This commit is contained in:
Nils Adermann
2013-11-22 03:24:49 -08:00

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"