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:
commit
80cefc10c4
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue