adapters for all environments

This commit is contained in:
William Wedler 2014-09-11 08:07:13 -04:00
parent 5006d597a7
commit 9641583ea7

View File

@ -1,5 +1,14 @@
test: test: &test
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: travis_ci_test database: travis_ci_test
username: postgres username: postgres
development:
<<: *test
production:
<<: *test
cucumber:
<<: *test