Skip to content

Commit

Permalink
Enable integration tests for Redis commands on Travis CI.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nrk committed Feb 25, 2012
1 parent 46d293a commit 86bf223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.travisci
Original file line number Diff line number Diff line change
Expand Up @@ -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> -->
Expand Down

0 comments on commit 86bf223

Please sign in to comment.