diff options
author | Keiji Matsuzaki <futoase@gmail.com> | 2017-05-03 19:20:38 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-03 12:20:38 +0200 |
commit | 90c00f075a42e9133af035b206a511d438954a3f (patch) | |
tree | 9dec5dca69edd8a5562c41fcd594ae5b2c168aac /config | |
parent | 38473f0aa06c848092fe2562f122be75eaffa8d3 (diff) |
Added support parallel_tests (#2740)
- Added new gem the `parallel_tests`. - Updated .travis.yml. - Improved scripts and environment variable.
Diffstat (limited to 'config')
-rw-r--r-- | config/database.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml index 810b83278..39393e93a 100644 --- a/config/database.yml +++ b/config/database.yml @@ -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 |