Ver código fonte

Set the test suite to run against Redis 2.8 on Travis CI.

Daniele Alessandri 11 anos atrás
pai
commit
278f89924c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      phpunit.xml.travisci

+ 1 - 1
phpunit.xml.travisci

@@ -31,7 +31,7 @@
 
     <php>
         <!-- Redis -->
-        <const name="REDIS_SERVER_VERSION" value="2.6" />
+        <const name="REDIS_SERVER_VERSION" value="2.8" />
         <const name="REDIS_SERVER_HOST" value="127.0.0.1" />
         <const name="REDIS_SERVER_PORT" value="6379" />
         <const name="REDIS_SERVER_DBNUM" value="15" />