foodsoft/.travis.yml

13 lines
366 B
YAML
Raw Normal View History

2013-07-24 13:21:52 +02:00
language: ruby
rvm:
- 1.9.3
services:
- redis-server
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
2013-07-24 21:28:42 +02:00
before_script:
2013-07-24 13:21:52 +02:00
- "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'
script: bundle exec rake spec