mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
have travis install rubocop
This commit is contained in:
parent
f513ab77b3
commit
113b352474
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -30,7 +30,7 @@ end
|
||||||
|
|
||||||
# Code Quality
|
# Code Quality
|
||||||
gem 'coveralls', require: false
|
gem 'coveralls', require: false
|
||||||
gem 'rubocop', require: false, group: :development
|
gem 'rubocop', require: false
|
||||||
|
|
||||||
# Middleman itself
|
# Middleman itself
|
||||||
gem 'middleman-core', path: 'middleman-core'
|
gem 'middleman-core', path: 'middleman-core'
|
||||||
|
|
Loading…
Reference in a new issue