Skip to content

Commit 7f25c58

Browse files
committed
Merge pull request #1497 from CorainChicago/add_JRuby_to_appveyor
[MISC] Add jruby to appveyor
2 parents 532828b + 6de1e9b commit 7f25c58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Fixes:
2626
- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)
2727

2828
Misc:
29+
- [#1497](https://github.com/rails-api/active_model_serializers/pull/1497) Add JRuby-9000 to appveyor.yml(@corainchicago)
2930

3031
### v0.10.0.rc4 (2016/01/27 11:00 +00:00)
3132
Breaking changes:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ environment:
88
- ruby_version: "200-x64"
99
- ruby_version: "21"
1010
- ruby_version: "21-x64"
11+
- ruby_version: "jruby-9.0.4.0"
1112

1213
cache:
1314
- vendor/bundle

0 commit comments

Comments
 (0)