Added support parallel_tests (#2740)
- Added new gem the `parallel_tests`. - Updated .travis.yml. - Improved scripts and environment variable.
This commit is contained in:
parent
38473f0aa0
commit
90c00f075a
4 changed files with 12 additions and 4 deletions
1
Gemfile
1
Gemfile
|
@ -77,6 +77,7 @@ group :test do
|
|||
gem 'rspec-sidekiq'
|
||||
gem 'simplecov', require: false
|
||||
gem 'webmock'
|
||||
gem 'parallel_tests'
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue