Browse Source

Use the proper service name.

[ci skip]
Daniele Alessandri 12 năm trước cách đây
mục cha
commit
1bb2ab95ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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