Skip to content

Commit

Permalink
Test against latest JRuby stable and head
Browse files Browse the repository at this point in the history
  • Loading branch information
gregspurrier committed Mar 18, 2015
1 parent 3b5d85a commit 17c7352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ env: "RUBY_THREAD_VM_STACK_SIZE=2097152"
script: "ruby bin/shen_test_suite.rb && rake"
matrix:
include:
- rvm: jruby-1.7.17
- rvm: jruby-19mode
script: "ruby -J-Xss32m bin/shen_test_suite.rb && rake"
- rvm: jruby-head
script: "ruby -J-Xss32m bin/shen_test_suite.rb && rake"

0 comments on commit 17c7352

Please sign in to comment.