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).
This commit is contained in:
Daniele Alessandri
2012-09-03 14:39:11 +02:00
parent baa91da35b
commit ea18afc820
+1
View File
@@ -6,4 +6,5 @@ branches:
only:
- master
- v0.7
services: redis
script: phpunit -c phpunit.xml.travisci