Skip to content

Commit

Permalink
Allow CI failures on JRuby (for now)
Browse files Browse the repository at this point in the history
* This is a temporary measure until I can make time to resolve the compatibility issues with JRuby.
* On jruby-9, the issue seems to be the exit code returned by the script when running the acceptance tests.  Everything seems to work fine otherwise.
* On jruby-head, Travis doesn't seem to have the bundler gem installed.
  • Loading branch information
randycoulman committed Apr 8, 2016
1 parent b056166 commit eb830e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ rvm:
- jruby-9
- jruby-head
- rbx-2
matrix:
allow_failures:
- jruby-9
- jruby-head
script: "bundle exec rake"

0 comments on commit eb830e8

Please sign in to comment.