BikeBikeBike/config/database.yml.travis
2014-09-11 08:07:13 -04:00

14 lines
175 B
Plaintext

test: &test
adapter: postgresql
encoding: unicode
database: travis_ci_test
username: postgres
development:
<<: *test
production:
<<: *test
cucumber:
<<: *test