create a copy of database.yml on Travis

This commit is contained in:
Matt Rogers 2012-10-09 12:24:25 -05:00
parent f81905cbb5
commit e569cd081a

View file

@ -4,9 +4,11 @@ rvm:
- 1.8.7
before_install:
- "mysql -e 'create database tracks_test;'"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "cp config/site.yml.tmpl config/site.yml"
- "cp config/database.yml.tmpl config/database.yml"
script: "bundle exec rake ci"