Skip to content

Commit

Permalink
Merge pull request #1497 from CorainChicago/add_JRuby_to_appveyor
Browse files Browse the repository at this point in the history
[MISC] Add jruby to appveyor
  • Loading branch information
bf4 committed Feb 25, 2016
2 parents 532828b + 6de1e9b commit 7f25c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f25c58

Please sign in to comment.