瀏覽代碼

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 13 年之前
父節點
當前提交
785670dcf7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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> -->