BikeBikeBike/config/database.yml.travis

14 lines
175 B
Plaintext
Raw Normal View History

2014-09-11 08:07:13 -04:00
test: &test
2014-09-06 12:39:10 -04:00
adapter: postgresql
encoding: unicode
database: travis_ci_test
username: postgres
2014-09-11 08:07:13 -04:00
development:
<<: *test
production:
<<: *test
cucumber:
<<: *test