Skip to content

Commit be7e9e9

Browse files
smartech7gauravtiwari
authored andcommitted
Exclude Rails 4.2 + ruby-head build (#1825)
Rails 4.2 is using `BigDecimal.new`. But `BigDecimal.new` was removed. Ref: ruby/bigdecimal@d73eca2 This causes the build of Rails 4.2 + ruby-head to fail. https://travis-ci.org/rails/webpacker/jobs/462579174#L1292 Let's exclude this in order to keep the build state clean.
1 parent fcef81d commit be7e9e9

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
@@ -36,3 +36,5 @@ matrix:
3636
exclude:
3737
- rvm: 2.3.8
3838
gemfile: gemfiles/Gemfile-rails-edge
39+
- rvm: ruby-head
40+
gemfile: gemfiles/Gemfile-rails.4.2.x

0 commit comments

Comments
 (0)