Explorar el Código

Use the proper service name.

[ci skip]
Daniele Alessandri hace 12 años
padre
commit
1bb2ab95ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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