Skip to content

Commit a38ffe2

Browse files
committed
Add ruby 2.6 and activesupport 6.0 to CI
1 parent 8eb0a64 commit a38ffe2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ cache: bundler
55
before_install: gem install bundler
66

77
rvm:
8+
- 2.6
89
- 2.5
910
- 2.4
1011
- 2.3
@@ -14,3 +15,4 @@ gemfile:
1415
- gemfiles/activesupport_5.0.gemfile
1516
- gemfiles/activesupport_5.1.gemfile
1617
- gemfiles/activesupport_5.2.gemfile
18+
- gemfiles/activesupport_6.0.gemfile

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ end
1313
appraise "activesupport_5.2" do
1414
gem "activesupport", "~> 5.2.2"
1515
end
16+
17+
appraise "activesupport_6.0" do
18+
gem "activesupport", "~> 6.0.1"
19+
end

0 commit comments

Comments
 (0)