Skip to content

Commit

Permalink
Try testing in JRuby 1.9 mode passing JRUBY_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Oct 22, 2012
1 parent 6f54e61 commit b1c2b86
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
rvm:
- jruby
- jruby-head
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
# NOTE: seems to be failing on Travis the same way as jruby-rack did, stack
# seems to overflow when gems are loaded (does not happen locally :() :
# SystemStackError: stack level too deep
# ./spec/../lib/warbler/traits/bundler.rb:30:in `after_configure'
#- jruby-19mode
branches:
only:
- master
env:
- JRUBY_OPTS="--1.8 --server -Xcext.enabled=false -Xcompile.invokedynamic=false"
- JRUBY_OPTS="--1.9 --server -Xcext.enabled=false -Xcompile.invokedynamic=false"

0 comments on commit b1c2b86

Please sign in to comment.