浏览代码

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).
Daniele Alessandri 12 年之前
父节点
当前提交
ea18afc820
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -6,4 +6,5 @@ branches:
   only:
     - master
     - v0.7
+services: redis
 script: phpunit -c phpunit.xml.travisci