db config for travis
This commit is contained in:
parent
031c712b48
commit
168d5d44e3
@ -5,4 +5,5 @@ before_install:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
before_script:
|
||||
- cp config/database.yml.travis config/database.yml
|
||||
- psql -c 'create database bike_bike_test;' -U postgres
|
||||
|
5
config/database.yml.travis
Normal file
5
config/database.yml.travis
Normal file
@ -0,0 +1,5 @@
|
||||
test:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
database: travis_ci_test
|
||||
username: postgres
|
Loading…
x
Reference in New Issue
Block a user