Merge pull request #1497 from CorainChicago/add_JRuby_to_appveyor

[MISC] Add jruby to appveyor
This commit is contained in:
Benjamin Fleischer 2016-02-24 22:48:17 -06:00
commit 7f25c580d8
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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