소스 검색

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 년 전
부모
커밋
ea18afc820
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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