Skip to content

Commit

Permalink
Travis: Test against Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Mar 31, 2019
1 parent 0fc0d22 commit 8888fa1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ gemfile:
- ci/Gemfile-rails-5-0
- ci/Gemfile-rails-5-1
- ci/Gemfile-rails-5-2
- ci/Gemfile-rails-6-0
matrix:
exclude:
- rvm: 2.3.8
gemfile: ci/Gemfile-rails-3-1
- rvm: 2.3.8
gemfile: ci/Gemfile-rails-3-2
- rvm: 2.3.8
gemfile: ci/Gemfile-rails-6-0
- rvm: 2.4.5
gemfile: ci/Gemfile-rails-3-1
- rvm: 2.4.5
Expand All @@ -27,6 +30,8 @@ matrix:
gemfile: ci/Gemfile-rails-4-0
- rvm: 2.4.5
gemfile: ci/Gemfile-rails-4-1
- rvm: 2.4.5
gemfile: ci/Gemfile-rails-6-0
- rvm: 2.5.5
gemfile: ci/Gemfile-rails-3-1
- rvm: 2.5.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Ruby gem to handle settings for ActiveRecord instances by storing them as serial
## Requirements

* Ruby 2.3 or newer
* Rails 3.1 or newer (including Rails 5.2)
* Rails 3.1 or newer (including Rails 6)


## Installation
Expand Down
6 changes: 6 additions & 0 deletions ci/Gemfile-rails-6-0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem 'activerecord', '~> 6.0.0.beta3'
gem "sqlite3", "~> 1.3", ">= 1.3.6"

gemspec :path => "../"

0 comments on commit 8888fa1

Please sign in to comment.