From ea18afc820bcfc8f883034e79e20f66afb5207c8 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Mon, 3 Sep 2012 14:39:11 +0200 Subject: [PATCH] Update the configuration file for Travis CI. Travis is upgrading their base image and will disable most of the services at boot (Redis is one of these). --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 55ef40da..e2784d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ branches: only: - master - v0.7 +services: redis script: phpunit -c phpunit.xml.travisci