mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Run lint in a parallel job on Travis.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user