Explorar o código

Enable integration tests for Redis commands on Travis CI.

This was not possible before since our test suite requires Redis >= 2.4 but
their environment was running Redis 2.2 until a month ago or so.
Daniele Alessandri %!s(int64=13) %!d(string=hai) anos
pai
achega
785670dcf7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      phpunit.xml.travisci

+ 1 - 1
phpunit.xml.travisci

@@ -12,7 +12,7 @@
             <group>ext-phpiredis</group>
             <group>ext-curl</group>
             <group>realm-webdis</group>
-            <group>connected</group>
+            <!-- <group>connected</group> -->
             <!-- <group>disconnected</group> -->
             <!-- <group>commands</group> -->
             <!-- <group>slow</group> -->