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:
99script : make
1010
1111rvm :
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
1817gemfile : " .travis/Gemfile"
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
3937branches :
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
5854notifications :
5955 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