Skip to content

Commit cbf6e14

Browse files
committed
Review build matric for Redis 5.0
1 parent dde1af7 commit cbf6e14

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.travis.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ before_install:
99
script: make
1010

1111
rvm:
12-
- 2.2.2
13-
- 2.3.3
14-
- 2.4.1
15-
- 2.5.0
12+
- 2.3.8
13+
- 2.4.5
14+
- 2.5.3
1615
- jruby-9.1.17.0
1716

1817
gemfile: ".travis/Gemfile"
@@ -30,11 +29,10 @@ env:
3029
matrix:
3130
- DRIVER=ruby REDIS_BRANCH=3.0
3231
- DRIVER=ruby REDIS_BRANCH=3.2
33-
- DRIVER=hiredis REDIS_BRANCH=3.0
34-
- DRIVER=hiredis REDIS_BRANCH=3.2
35-
- DRIVER=synchrony REDIS_BRANCH=3.0
36-
- DRIVER=synchrony REDIS_BRANCH=3.2
3732
- DRIVER=ruby REDIS_BRANCH=4.0
33+
- DRIVER=ruby REDIS_BRANCH=5.0
34+
- DRIVER=hiredis REDIS_BRANCH=5.0
35+
- DRIVER=synchrony REDIS_BRANCH=5.0
3836

3937
branches:
4038
only:
@@ -52,8 +50,6 @@ matrix:
5250
env: DRIVER=ruby REDIS_BRANCH=3.2 LOW_TIMEOUT=0.3
5351
- rvm: jruby-9.1.17.0
5452
env: DRIVER=ruby REDIS_BRANCH=4.0 LOW_TIMEOUT=0.3
55-
- rvm: 2.5.3
56-
env: DRIVER=ruby REDIS_BRANCH=5.0
5753

5854
notifications:
5955
irc:

bin/console

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env ruby
2+
3+
$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
4+
require 'redis'
5+
6+
require 'irb'
7+
IRB.start

0 commit comments

Comments
 (0)