Skip to content

Commit bf3d495

Browse files
committed
Add 6.0 and remove EOL Rails and Ruby
Rails 5.0 and 5.1 as well as Ruby 2.2, 2.3, and 2.4 are EOL. We can remove them. Adds 6.0 Gemfile for testing.
1 parent d08814b commit bf3d495

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
11
cache: bundler
22
rvm:
3-
- 2.2.10
4-
- 2.3.8
5-
- 2.4.5
63
- 2.5.3
74
- 2.6.1
85
- ruby-head
96
gemfile:
10-
- gemfiles/Gemfile-rails-5-0
11-
- gemfiles/Gemfile-rails-5-1
127
- gemfiles/Gemfile-rails-5-2
8+
- gemfiles/Gemfile-rails-6-0
139
- gemfiles/Gemfile-rails-master
1410
matrix:
1511
allow_failures:
1612
- rvm: ruby-head
1713
fast_finish: true
18-
exclude:
19-
- rvm: 2.2.10
20-
gemfile: gemfiles/Gemfile-rails-master
21-
- rvm: 2.3.8
22-
gemfile: gemfiles/Gemfile-rails-master
23-
- rvm: 2.4.5
24-
gemfile: gemfiles/Gemfile-rails-master
2514
env:
2615
global:
2716
- "JRUBY_OPTS=-Xcext.enabled=true"

gemfiles/Gemfile-rails-5-0

Lines changed: 0 additions & 4 deletions
This file was deleted.

gemfiles/Gemfile-rails-5-1

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)