浏览代码

Use the proper service name.

[ci skip]
Daniele Alessandri 12 年之前
父节点
当前提交
1bb2ab95ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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