updates travis yaml file to use new db config

This commit is contained in:
Ben Mabey 2012-08-05 23:09:07 -06:00
parent 56df01d91f
commit 45b0b07f66
1 changed files with 1 additions and 2 deletions

View File

@ -6,5 +6,4 @@ script: "bundle exec rake travis"
gemfile:
- Gemfile
before_script:
- mysql -e 'create database database_cleaner_test;'
- psql -c 'create database database_cleaner_test;' -U postgres
- cp db/sample.config.yml db/config.yml