trying to fix travis...

This commit is contained in:
Ben Mabey 2012-08-05 23:22:39 -06:00
parent 1414e2c0a3
commit 9ab2033a3e
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ 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