Skip to content

Commit

Permalink
Merge pull request #205 from WitekL/drop-3-1-support
Browse files Browse the repository at this point in the history
Add Spree 3.5 and 3.6 to tests and drop Ruby 2.2 support
  • Loading branch information
VygovskySergey authored Sep 4, 2018
2 parents 4f9a187 + e1d4d53 commit 962a789
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ env:
- DB=postgres

rvm:
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1

gemfile:
- gemfiles/spree_3_1.gemfile
- gemfiles/spree_3_2.gemfile
- gemfiles/spree_3_3.gemfile
- gemfiles/spree_3_4.gemfile
Expand All @@ -31,8 +29,6 @@ before_install:

matrix:
exclude:
- rvm: 2.5.1
gemfile: gemfiles/spree_3_1.gemfile
- rvm: 2.5.1
gemfile: gemfiles/spree_3_2.gemfile
- rvm: 2.5.1
Expand Down
7 changes: 0 additions & 7 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
appraise 'spree-3-1' do
gem 'spree', '~> 3.1.0'
gem 'activerecord', '~> 4.2.10'
gem 'mysql2', '~> 0.4.10'
gem 'rails_test_params_backport', group: :test
end

appraise 'spree-3-2' do
gem 'spree', '~> 3.2.0'
gem 'rails-controller-testing'
Expand Down
10 changes: 0 additions & 10 deletions gemfiles/spree_3_1.gemfile

This file was deleted.

0 comments on commit 962a789

Please sign in to comment.