Skip to content

Commit

Permalink
Merge pull request redis-store#87 from redis-store/ruby24
Browse files Browse the repository at this point in the history
Update Travis-CI to test against Ruby 2.4.1
  • Loading branch information
tubbo authored Jul 18, 2017
2 parents 4b4d57c + 4997991 commit da6ee05
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ gemfile:
- gemfiles/Gemfile.activesupport-4.x
- gemfiles/Gemfile.activesupport-5.x
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.4
- 2.3.0
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-head
services:
Expand All @@ -18,13 +18,7 @@ matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: 1.9.3
- rvm: 2.0
gemfile: gemfiles/Gemfile.activesupport-5.x
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.activesupport-5.x
- rvm: 2.1.5
gemfile: gemfiles/Gemfile.activesupport-5.x
- rvm: rbx-19mode
gemfile: gemfiles/Gemfile.activesupport-5.x
- rvm: jruby-19mode
- rvm: 2.1
gemfile: gemfiles/Gemfile.activesupport-5.x

0 comments on commit da6ee05

Please sign in to comment.