travis.yml fix
This commit is contained in:
parent
c1147306be
commit
71d25c5ebb
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ before_install:
|
||||||
- "sh -e /etc/init.d/xvfb start"
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
before_script:
|
before_script:
|
||||||
- "bundle exec rake foodsoft:setup:stock_config"
|
- "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
|
script: bundle exec rake spec
|
||||||
|
|
Loading…
Reference in a new issue