1
0
Fork 0
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:
Matt Brictson 2016-10-03 11:38:20 -07:00
parent 1ffe324777
commit d622e166f7
No known key found for this signature in database
GPG key ID: 2F279EAD1F2ACFAF

View file

@ -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