From 1bb2ab95efd607b510028fd197915ac2ded03dcf Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Mon, 3 Sep 2012 19:52:19 +0200 Subject: [PATCH] Use the proper service name. [ci skip] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2784d01..983b5ab7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ branches: only: - master - v0.7 -services: redis +services: redis-server script: phpunit -c phpunit.xml.travisci