Преглед изворни кода

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 пре 13 година
родитељ
комит
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