2
0
Fork 0
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:
Guo Xiang Tan 2017-08-18 13:23:29 +09:00
parent 8e8653a300
commit 531cbc77c6
2 changed files with 25 additions and 16 deletions

View file

@ -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