Allow rbx failures due to rubocop crash. See rubinius/rubinius#3485
This commit is contained in:
parent
e903a12563
commit
d1bec630c4
|
@ -7,6 +7,9 @@ rvm:
|
|||
- 1.9.3
|
||||
- rbx-2
|
||||
- jruby
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rbx-2 # See rubinius/rubinius#3485 - rubocop segfaults
|
||||
script: "bundle exec rake"
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Reference in New Issue