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

@ -13,7 +13,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: mastodon_test
database: mastodon_test<%= ENV['TEST_ENV_NUMBER'] %>
production:
<<: *default