Skip to content

Commit

Permalink
travis: test rails 5.2 correctly
Browse files Browse the repository at this point in the history
* set the 5.2 gemfile to track the stable 5.2.x branch
* re-enable ruby version 2.2 and 2.3 to run 5.2.x tests
  • Loading branch information
matthewrudy committed Jan 24, 2019
1 parent ce40856 commit 1a2a265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ matrix:
gemfile: gemfiles/Gemfile-rails.5.0.x
- rvm: 2.1.5
gemfile: gemfiles/Gemfile-rails.5.0.x
- rvm: 2.2.4
gemfile: gemfiles/Gemfile-rails.5.2.x
- rvm: 2.3.0
gemfile: gemfiles/Gemfile-rails.5.2.x
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/Gemfile-rails.5.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', github: 'rails/rails'
gem 'railties', github: 'rails/rails'
gem 'activemodel', github: 'rails/rails', branch: '5-2-stable'
gem 'railties', github: 'rails/rails', branch: '5-2-stable'
gem 'mocha'
gem 'rails-controller-testing'
gem 'rack', github: 'rack/rack'

0 comments on commit 1a2a265

Please # to comment.