Skip to content

Commit 8888fa1

Browse files
committed
Travis: Test against Rails 6
1 parent 0fc0d22 commit 8888fa1

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ gemfile:
1313
- ci/Gemfile-rails-5-0
1414
- ci/Gemfile-rails-5-1
1515
- ci/Gemfile-rails-5-2
16+
- ci/Gemfile-rails-6-0
1617
matrix:
1718
exclude:
1819
- rvm: 2.3.8
1920
gemfile: ci/Gemfile-rails-3-1
2021
- rvm: 2.3.8
2122
gemfile: ci/Gemfile-rails-3-2
23+
- rvm: 2.3.8
24+
gemfile: ci/Gemfile-rails-6-0
2225
- rvm: 2.4.5
2326
gemfile: ci/Gemfile-rails-3-1
2427
- rvm: 2.4.5
@@ -27,6 +30,8 @@ matrix:
2730
gemfile: ci/Gemfile-rails-4-0
2831
- rvm: 2.4.5
2932
gemfile: ci/Gemfile-rails-4-1
33+
- rvm: 2.4.5
34+
gemfile: ci/Gemfile-rails-6-0
3035
- rvm: 2.5.5
3136
gemfile: ci/Gemfile-rails-3-1
3237
- rvm: 2.5.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Ruby gem to handle settings for ActiveRecord instances by storing them as serial
99
## Requirements
1010

1111
* Ruby 2.3 or newer
12-
* Rails 3.1 or newer (including Rails 5.2)
12+
* Rails 3.1 or newer (including Rails 6)
1313

1414

1515
## Installation

ci/Gemfile-rails-6-0

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'activerecord', '~> 6.0.0.beta3'
4+
gem "sqlite3", "~> 1.3", ">= 1.3.6"
5+
6+
gemspec :path => "../"

0 commit comments

Comments
 (0)