mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Allow rbx-2 to fail without breaking Travis build
This commit is contained in:
parent
1ffe324777
commit
d622e166f7
1 changed files with 5 additions and 1 deletions
|
@ -5,8 +5,12 @@ rvm:
|
|||
- 2.1
|
||||
- 2.0
|
||||
matrix:
|
||||
# Rubinius periodically fails in general, and it always segfaults for RuboCop
|
||||
# in particular. Until we figure out how to make it work consistently, allow
|
||||
# it to fail without breaking the build.
|
||||
allow_failures:
|
||||
- rvm: rbx-2
|
||||
include:
|
||||
# Run specs on Rubinius, but not RuboCop, since it seg faults
|
||||
- rvm: rbx-2
|
||||
script: bundle exec rake spec
|
||||
script: bundle exec rake spec rubocop
|
||||
|
|
Loading…
Reference in a new issue