From 90c00f075a42e9133af035b206a511d438954a3f Mon Sep 17 00:00:00 2001 From: Keiji Matsuzaki Date: Wed, 3 May 2017 19:20:38 +0900 Subject: Added support parallel_tests (#2740) - Added new gem the `parallel_tests`. - Updated .travis.yml. - Improved scripts and environment variable. --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/database.yml') 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 -- cgit