Skip to content

Commit

Permalink
Stop testing old Ruby and Rails versions
Browse files Browse the repository at this point in the history
Ruby 2.1 and 2.2 are no longer maintained, and Rails 3.2 and 4.2 are no
longer maintained, so I don't want to go out of our way to continue
supporting them in FactoryBot 5+. Hooray for faster test runs!
  • Loading branch information
composerinteralia committed Sep 8, 2018
1 parent 2559438 commit 75d1f68
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 76 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ before_install:
- gem cleanup bundler
cache: bundler
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
Expand All @@ -19,29 +17,11 @@ branches:
install:
- "bundle install --retry 3 --jobs 8"
gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.1.gemfile
- gemfiles/rails4.2.gemfile
- gemfiles/rails5.0.gemfile
- gemfiles/rails5.1.gemfile
- gemfiles/rails5.2.gemfile
matrix:
fast_finish: true
exclude:
- rvm: 2.1
gemfile: gemfiles/rails5.0.gemfile
- rvm: 2.1
gemfile: gemfiles/rails5.1.gemfile
- rvm: 2.1
gemfile: gemfiles/rails5.2.gemfile
# Ruby 2.4+ doesn't work with ActiveSupport 4.1
# https://github.com/rails/rails/pull/25161
# https://github.com/rails/rails/pull/25737
- rvm: 2.4
gemfile: gemfiles/rails4.1.gemfile
- rvm: 2.5
gemfile: gemfiles/rails4.1.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails4.1.gemfile
allow_failures:
- rvm: ruby-head
11 changes: 0 additions & 11 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
# These are the versions of Rails we want to test against.
appraise 'rails3.2' do
gem 'rails', '~> 3.2.21'
gem 'sass-rails'
end

appraise 'rails4.1' do
gem 'rails', '~> 4.1.9'
gem 'sass-rails'
gem 'spring'
end

appraise 'rails4.2' do
gem 'rails', '~> 4.2.0'
end
Expand Down
22 changes: 0 additions & 22 deletions gemfiles/rails3.2.gemfile

This file was deleted.

23 changes: 0 additions & 23 deletions gemfiles/rails4.1.gemfile

This file was deleted.

0 comments on commit 75d1f68

Please sign in to comment.