mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
Run lint in a parallel job on Travis.
This commit is contained in:
parent
8e8653a300
commit
531cbc77c6
2 changed files with 25 additions and 16 deletions
2
Gemfile
2
Gemfile
|
@ -140,6 +140,7 @@ group :test, :development do
|
|||
gem 'rspec-html-matchers'
|
||||
gem 'pry-nav'
|
||||
gem 'byebug', require: ENV['RM_INFO'].nil?
|
||||
gem 'rubocop', require: false
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
@ -148,7 +149,6 @@ group :development do
|
|||
gem 'binding_of_caller'
|
||||
gem 'annotate'
|
||||
gem 'foreman', require: false
|
||||
gem 'rubocop', require: false
|
||||
end
|
||||
|
||||
# this is an optional gem, it provides a high performance replacement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue