Skip to content

Commit 36951c3

Browse files
committed
Update test matrix to current supported ruby/rails versions
1 parent 579fa72 commit 36951c3

File tree

3 files changed

+19
-24
lines changed

3 files changed

+19
-24
lines changed

.travis.yml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,33 @@
11
sudo: false
22
cache: bundler
33
rvm:
4-
- 1.9.3
5-
- 2.0.0
6-
- 2.1.10
7-
- 2.2.9
8-
- 2.3.6
9-
- 2.4.3
4+
- 2.2.2
105
- 2.5.0
6+
- 2.6.3
117
- jruby
128
- ruby-head
139
gemfile:
14-
- gemfiles/active_support_4.2.gemfile
1510
- gemfiles/active_support_5.0.gemfile
11+
- gemfiles/active_support_6.0.gemfile
1612
before_install:
1713
- "rm -f ${BUNDLE_GEMFILE}.lock"
1814
matrix:
1915
fast_finish: true
2016
exclude:
21-
- rvm: 1.9.3
17+
- rvm: 2.2.2
2218
gemfile: gemfiles/active_support_5.0.gemfile
23-
- rvm: 2.0.0
19+
- rvm: 2.5.0
2420
gemfile: gemfiles/active_support_5.0.gemfile
25-
- rvm: 2.1.10
21+
- rvm: 2.6.3
2622
gemfile: gemfiles/active_support_5.0.gemfile
27-
- rvm: 2.4.3
28-
gemfile: gemfiles/active_support_4.2.gemfile
29-
- rvm: 2.5.0
30-
gemfile: gemfiles/active_support_4.2.gemfile
31-
- rvm: ruby-head
32-
gemfile: gemfiles/active_support_4.2.gemfile
3323
- rvm: jruby
3424
gemfile: gemfiles/active_support_5.0.gemfile
25+
- rvm: 2.5.0
26+
gemfile: gemfiles/active_support_6.0.gemfile
27+
- rvm: 2.6.3
28+
gemfile: gemfiles/active_support_6.0.gemfile
29+
- rvm: jruby
30+
gemfile: gemfiles/active_support_6.0.gemfile
3531
allow_failures:
3632
- rvm: ruby-head
3733
notifications:

gemfiles/active_support_4.2.gemfile

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

gemfiles/active_support_6.0.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source "https://rubygems.org"
2+
3+
gem "activesupport", "~> 6.0.0"
4+
5+
gem "nokogiri", ">= 1.7.0"
6+
7+
gemspec path: "../"

0 commit comments

Comments
 (0)