[go: up one dir, main page]

Skip to content

Commit

Permalink
Travis: Test against latest Rubies and Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Nov 8, 2019
1 parent 6977f97 commit 12c642d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: ruby
rvm:
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- 2.4.9
- 2.5.7
- 2.6.5
gemfile:
- gemfiles/rails_6_0.gemfile
- gemfiles/rails_5_2.gemfile
Expand All @@ -15,13 +15,13 @@ matrix:
exclude:
- rvm: 2.3.8
gemfile: gemfiles/rails_6_0.gemfile
- rvm: 2.4.6
- rvm: 2.4.9
gemfile: gemfiles/rails_4_1.gemfile
- rvm: 2.4.6
- rvm: 2.4.9
gemfile: gemfiles/rails_6_0.gemfile
- rvm: 2.5.5
- rvm: 2.5.7
gemfile: gemfiles/rails_4_1.gemfile
- rvm: 2.6.3
- rvm: 2.6.5
gemfile: gemfiles/rails_4_1.gemfile
before_install: gem update bundler
sudo: false
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appraise "rails-6-0" do
gem "activerecord", "~> 6.0.0"
gem "activerecord", "~> 6.0.1"
gem "sqlite3", "~> 1.4"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "~> 6.0.0"
gem "activerecord", "~> 6.0.1"
gem "sqlite3", "~> 1.4"

gemspec path: "../"

0 comments on commit 12c642d

Please sign in to comment.