Added support parallel_tests (#2740)

- Added new gem the `parallel_tests`.
- Updated .travis.yml.
  - Improved scripts and environment variable.
This commit is contained in:
Keiji Matsuzaki 2017-05-03 19:20:38 +09:00 committed by Eugen Rochko
parent 38473f0aa0
commit 90c00f075a
4 changed files with 12 additions and 4 deletions

View file

@ -77,6 +77,7 @@ group :test do
gem 'rspec-sidekiq'
gem 'simplecov', require: false
gem 'webmock'
gem 'parallel_tests'
end
group :development do