mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
##
|
|
# Following Travis's recommendation on maintaing a separate Travis test database:
|
|
#
|
|
# http://docs.travis-ci.com/user/using-postgresql/
|
|
|
|
test:
|
|
adapter: postgresql
|
|
database: travis_ci_test
|
|
username: postgres |