1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #1717 from mattbrictson/skip-rubocop-rbx

Skip RuboCop in Travis for Rubinius
This commit is contained in:
Matt Brictson 2016-07-01 15:49:04 -05:00 committed by GitHub
commit 80cefc10c4

View file

@ -4,7 +4,11 @@ rvm:
- 2.2
- 2.1
- 2.0
- rbx-2
matrix:
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
install: bundle install --jobs=1
cache: bundler