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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue