Skip to content

Commit

Permalink
Review build matric for Redis 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Dec 13, 2018
1 parent dde1af7 commit cbf6e14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ before_install:
script: make

rvm:
- 2.2.2
- 2.3.3
- 2.4.1
- 2.5.0
- 2.3.8
- 2.4.5
- 2.5.3
- jruby-9.1.17.0

gemfile: ".travis/Gemfile"
Expand All @@ -30,11 +29,10 @@ env:
matrix:
- DRIVER=ruby REDIS_BRANCH=3.0
- DRIVER=ruby REDIS_BRANCH=3.2
- DRIVER=hiredis REDIS_BRANCH=3.0
- DRIVER=hiredis REDIS_BRANCH=3.2
- DRIVER=synchrony REDIS_BRANCH=3.0
- DRIVER=synchrony REDIS_BRANCH=3.2
- DRIVER=ruby REDIS_BRANCH=4.0
- DRIVER=ruby REDIS_BRANCH=5.0
- DRIVER=hiredis REDIS_BRANCH=5.0
- DRIVER=synchrony REDIS_BRANCH=5.0

branches:
only:
Expand All @@ -52,8 +50,6 @@ matrix:
env: DRIVER=ruby REDIS_BRANCH=3.2 LOW_TIMEOUT=0.3
- rvm: jruby-9.1.17.0
env: DRIVER=ruby REDIS_BRANCH=4.0 LOW_TIMEOUT=0.3
- rvm: 2.5.3
env: DRIVER=ruby REDIS_BRANCH=5.0

notifications:
irc:
Expand Down
7 changes: 7 additions & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env ruby

$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'redis'

require 'irb'
IRB.start

0 comments on commit cbf6e14

Please sign in to comment.