Skip to content

Commit af759bf

Browse files
committed
Test against various Redis versions.
1 parent 351a129 commit af759bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ gemfile:
1616
- .travis/Gemfile
1717

1818
env:
19-
- conn=ruby
20-
- conn=hiredis
21-
- conn=synchrony
19+
- conn=ruby REDIS_BRANCH=2.6
20+
- conn=hiredis REDIS_BRANCH=2.6
21+
- conn=synchrony REDIS_BRANCH=2.6
22+
- conn=ruby REDIS_BRANCH=2.8
23+
- conn=ruby REDIS_BRANCH=unstable
2224

2325
matrix:
2426
exclude:

0 commit comments

Comments
 (0)