travis.yml fix

This commit is contained in:
wvengen 2013-07-24 21:40:36 +02:00
parent c1147306be
commit 71d25c5ebb
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
before_script:
- "bundle exec rake foodsoft:setup:stock_config"
- 'printf "test:\r\n adapter:mysql2\r\n database:foodsoft_test\r\n username:travis\r\n encoding:utf8\r\n" >config/database.yml'
- 'printf "test:\n adapter: mysql2\n database: foodsoft_test\n username: travis\n encoding: utf8\n" >config/database.yml'
script: bundle exec rake spec