Skip to content

Commit b62e1d0

Browse files
committed
CI against ruby 2.4.0
And skip testing rails 4.2 x ruby 2.4, 2.5
1 parent e3d4024 commit b62e1d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rvm:
66
- 2.1.10
77
- 2.2.5
88
- 2.3.1
9+
- 2.4.0
910
- jruby
1011
- ruby-head
1112
gemfile:
@@ -22,6 +23,10 @@ matrix:
2223
gemfile: gemfiles/active_support_5.0.gemfile
2324
- rvm: 2.1.10
2425
gemfile: gemfiles/active_support_5.0.gemfile
26+
- rvm: 2.4.0
27+
gemfile: gemfiles/active_support_4.2.gemfile
28+
- rvm: ruby-head
29+
gemfile: gemfiles/active_support_4.2.gemfile
2530
- rvm: jruby
2631
gemfile: gemfiles/active_support_5.0.gemfile
2732
notifications:

0 commit comments

Comments
 (0)