Skip to content

Commit eb830e8

Browse files
committed
Allow CI failures on JRuby (for now)
* 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.
1 parent b056166 commit eb830e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ rvm:
77
- jruby-9
88
- jruby-head
99
- rbx-2
10+
matrix:
11+
allow_failures:
12+
- jruby-9
13+
- jruby-head
1014
script: "bundle exec rake"

0 commit comments

Comments
 (0)