From a3df2cb454f4aa52b2a6b52d7f451e476b5fef6b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 22 Nov 2013 10:23:00 +0100 Subject: [PATCH] [ticket/12027] List redis as service in .travis.yml PHPBB3-12027 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2a80b8ce0b..bbca989254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"