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 9
9
- 2.3.0
10
10
- ruby-head
11
11
- 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"'
12
20
13
21
install : bundle install --path=vendor/bundle --retry=3 --jobs=3
14
22
cache :
@@ -30,10 +38,16 @@ matrix:
30
38
env : RAILS_VERSION=master
31
39
- rvm : 2.1
32
40
env : RAILS_VERSION=master
33
- include :
34
41
- 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
36
49
allow_failures :
37
50
- rvm : ruby-head
51
+ - rvm : jruby-head
38
52
- rvm : rbx-2
39
53
fast_finish : true
Original file line number Diff line number Diff line change 31
31
- [ #1488 ] ( https://github.com/rails-api/active_model_serializers/pull/1488 ) Require ActiveSupport's string inflections (@nate00 )
32
32
33
33
Misc:
34
+ - [ #1496 ] ( https://github.com/rails-api/active_model_serializers/pull/1496 ) Run all branches against JRuby on CI (@nadavshatz )
34
35
- [ #1559 ] ( https://github.com/rails-api/active_model_serializers/pull/1559 ) Add a deprecation DSL. (@bf4 @groyoh )
35
36
- [ #1543 ] ( https://github.com/rails-api/active_model_serializers/pull/1543 ) Add the changes missing from #1535 . (@groyoh )
36
37
- [ #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