tracks/.travis.yml

19 lines
385 B
YAML
Raw Normal View History

2012-10-09 11:53:46 -05:00
language: ruby
rvm:
- 1.9.3
before_install:
- "mysql -e 'create database tracks_test;'"
2012-10-09 11:53:46 -05:00
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
2012-10-09 12:08:39 -05:00
- "cp config/site.yml.tmpl config/site.yml"
- "cp config/database.yml.tmpl config/database.yml"
2012-10-09 11:53:46 -05:00
script: "bundle exec rake ci"
bundler_args: --without development
notifications:
recipients:
- tracksapp@googlegroups.com