Skip to content

Commit 789c682

Browse files
committed
Exclude Rails 5.2.x/Ruby 2.2 from build matrix
Rails 5.2 has an unreleased fix for the use of the &. operator.
1 parent ff96fc7 commit 789c682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ matrix:
102102
rvm: 2.0.0
103103
- gemfile: gemfiles/Gemfile.rails-5.2.x
104104
rvm: 2.1.10
105+
- gemfile: gemfiles/Gemfile.rails-5.2.x
106+
rvm: 2.2.10
105107
- gemfile: gemfiles/Gemfile.rails-5.2.x.sprockets-4.x
106108
rvm: 1.9.3
107109
- gemfile: gemfiles/Gemfile.rails-5.2.x.sprockets-4.x

0 commit comments

Comments
 (0)