File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 99 - 2.3.0
1010 - ruby-head
1111 - rbx-2
12+ - jruby-9.0.4.0
13+ - jruby-head
14+
15+ jdk :
16+ - oraclejdk8
17+
18+ before_install :
19+ - ' [ "$JRUBY_OPTS" != "" ] && export JRUBY_OPTS="--dev -Xcli.debug=true --debug"'
1220
1321install : bundle install --path=vendor/bundle --retry=3 --jobs=3
1422cache :
@@ -30,10 +38,16 @@ matrix:
3038 env : RAILS_VERSION=master
3139 - rvm : 2.1
3240 env : RAILS_VERSION=master
33- include :
3441 - rvm : jruby-9.0.4.0
35- env : JRUBY_OPTS='-Xcompat.version=2.0 --server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
42+ env : RAILS_VERSION=master
43+ - rvm : jruby-9.0.4.0
44+ env : RAILS_VERSION=4.0
45+ - rvm : jruby-head
46+ env : RAILS_VERSION=master
47+ - rvm : jruby-head
48+ env : RAILS_VERSION=4.0
3649 allow_failures :
3750 - rvm : ruby-head
51+ - rvm : jruby-head
3852 - rvm : rbx-2
3953 fast_finish : true
Original file line number Diff line number Diff line change 3131- [ #1488 ] ( https://github.com/rails-api/active_model_serializers/pull/1488 ) Require ActiveSupport's string inflections (@nate00 )
3232
3333Misc:
34+ - [ #1496 ] ( https://github.com/rails-api/active_model_serializers/pull/1496 ) Run all branches against JRuby on CI (@nadavshatz )
3435- [ #1559 ] ( https://github.com/rails-api/active_model_serializers/pull/1559 ) Add a deprecation DSL. (@bf4 @groyoh )
3536- [ #1543 ] ( https://github.com/rails-api/active_model_serializers/pull/1543 ) Add the changes missing from #1535 . (@groyoh )
3637- [ #1535 ] ( https://github.com/rails-api/active_model_serializers/pull/1535 ) Move the adapter and adapter folder to
You can’t perform that action at this time.
0 commit comments