adapters for all environments
This commit is contained in:
parent
5006d597a7
commit
9641583ea7
@ -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
|
Loading…
x
Reference in New Issue
Block a user