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 7, 2019
1 parent 42dd868 commit 1fba5c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
rvm:
- 2.4.6
- 2.5.5
- 2.6.3
- 2.4.9
- 2.5.6
- 2.6.5
gemfile:
- ci/Gemfile-rails-4-2
- ci/Gemfile-rails-5-0
Expand All @@ -11,7 +11,7 @@ gemfile:
- ci/Gemfile-rails-6-0
matrix:
exclude:
- rvm: 2.4.6
- rvm: 2.4.9
gemfile: ci/Gemfile-rails-6-0
before_install: gem update bundler
sudo: false
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-6-0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

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

gemspec :path => "../"

0 comments on commit 1fba5c7

Please sign in to comment.