Skip to content

Commit 45505b5

Browse files
Remove tests for unsupported ruby and rails versions
1 parent f999341 commit 45505b5

4 files changed

+2
-34
lines changed

.travis.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,10 @@ cache: bundler
44
before_script: bundle install --jobs=3 --retry=3
55

66
rvm:
7-
- 2.2
8-
- 2.3
9-
- 2.4
107
- 2.5
118
- 2.6
9+
- 2.7
1210

1311
gemfile:
14-
- gemfiles/Gemfile.rails-4-2-stable
15-
- gemfiles/Gemfile.rails-5-0-stable
16-
- gemfiles/Gemfile.rails-5-1-stable
1712
- gemfiles/Gemfile.rails-5-2-stable
1813
- gemfiles/Gemfile.rails-6-0-stable
19-
20-
matrix:
21-
exclude:
22-
- rvm: 2.3
23-
gemfile: gemfiles/Gemfile.rails-4-2-stable

gemfiles/Gemfile.rails-5-0-stable

-11
This file was deleted.

gemfiles/Gemfile.rails-5-1-stable

-11
This file was deleted.

gemfiles/Gemfile.rails-4-2-stable gemfiles/Gemfile.rails-6-0-stable

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "rails", git: "https://github.com/rails/rails.git", branch: "4-2-stable"
5+
gem "rails", git: "https://github.com/rails/rails.git", branch: "6-0-stable"
66

77
group :test do
88
gem 'capybara', '>= 2.1'

0 commit comments

Comments
 (0)