mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Merge pull request #1497 from CorainChicago/add_JRuby_to_appveyor
[MISC] Add jruby to appveyor
This commit is contained in:
commit
7f25c580d8
@ -26,6 +26,7 @@ Fixes:
|
||||
- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)
|
||||
|
||||
Misc:
|
||||
- [#1497](https://github.com/rails-api/active_model_serializers/pull/1497) Add JRuby-9000 to appveyor.yml(@corainchicago)
|
||||
|
||||
### v0.10.0.rc4 (2016/01/27 11:00 +00:00)
|
||||
Breaking changes:
|
||||
|
||||
@ -8,6 +8,7 @@ environment:
|
||||
- ruby_version: "200-x64"
|
||||
- ruby_version: "21"
|
||||
- ruby_version: "21-x64"
|
||||
- ruby_version: "jruby-9.0.4.0"
|
||||
|
||||
cache:
|
||||
- vendor/bundle
|
||||
|
||||
Loading…
Reference in New Issue
Block a user