Skip to content

Commit

Permalink
Run JRUBY against more rails versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Dec 29, 2015
1 parent 7f9c099 commit 8bddef6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ rvm:
- 2.2.3
- 2.3.0
- ruby-head
- jruby-9.0.4.0
- rbx-2

before_install:
- '[ "$JRUBY_OPTS" != "" ] && export JRUBY_OPTS="-Xcompat.version=2.0 --server -Xcompile.invokedynamic=false -Xcli.debug=true --debug"'
- 'echo "JRUBY_OPTS: ''$JRUBY_OPTS''"'

install: bundle install --path=vendor/bundle --retry=3 --jobs=3
cache:
directories:
Expand All @@ -33,8 +38,6 @@ matrix:
include:
- rvm: 2.2
env: CAPTURE_STDERR=true
- rvm: jruby-9.0.4.0
env: JRUBY_OPTS='-Xcompat.version=2.0 --server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ 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 8bddef6

Please sign in to comment.