File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ before_install:
9
9
script : make
10
10
11
11
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
16
15
- jruby-9.1.17.0
17
16
18
17
gemfile : " .travis/Gemfile"
30
29
matrix :
31
30
- DRIVER=ruby REDIS_BRANCH=3.0
32
31
- 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
37
32
- 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
38
36
39
37
branches :
40
38
only :
@@ -52,8 +50,6 @@ matrix:
52
50
env : DRIVER=ruby REDIS_BRANCH=3.2 LOW_TIMEOUT=0.3
53
51
- rvm : jruby-9.1.17.0
54
52
env : DRIVER=ruby REDIS_BRANCH=4.0 LOW_TIMEOUT=0.3
55
- - rvm : 2.5.3
56
- env : DRIVER=ruby REDIS_BRANCH=5.0
57
53
58
54
notifications :
59
55
irc :
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments