Browse Source

Use the proper service name.

[ci skip]
Daniele Alessandri 12 years ago
parent
commit
5859578046
1 changed files with 1 additions and 1 deletions
  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