notebook/config/database.yml.travis

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