Эх сурвалжийг харах

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 жил өмнө
parent
commit
aab4b6521e
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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