Skip to content

Commit

Permalink
Update the build matrix (ruby & rails versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Oct 1, 2019
1 parent bd627dc commit ea5897a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 24 deletions.
17 changes: 3 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,12 @@ services:
- mysql

rvm:
- 2.2.2
- 2.3.0
- 2.4.1
- 2.5.0
- '2.5'
- '2.6'

gemfile:
- gemfiles/Gemfile.activerecord50
- gemfiles/Gemfile.activerecord51
- gemfiles/Gemfile.activerecord52
- gemfiles/Gemfile.activerecord-edge

matrix:
exclude:
- rvm: 2.2.2
gemfile: gemfiles/Gemfile.activerecord-edge
- rvm: 2.3.0
gemfile: gemfiles/Gemfile.activerecord-edge
- gemfiles/Gemfile.activerecord60

before_script:
- mysql -e 'create database database_validations;'
4 changes: 0 additions & 4 deletions gemfiles/Gemfile.activerecord-edge

This file was deleted.

4 changes: 0 additions & 4 deletions gemfiles/Gemfile.activerecord51

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/Gemfile.activerecord52
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'activerecord', github: 'rails/rails', branch: '5-2-stable'
gem 'activerecord', '~> 5.2.0'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'activerecord', '~> 5.0.0'
gem 'activerecord', '~> 6.0.0'

0 comments on commit ea5897a

Please sign in to comment.