tracks/.travis.yml
2013-03-19 23:40:29 +02:00

18 lines
362 B
YAML

language: ruby
rvm:
- 1.9.3
- 2.0.0
before_install:
- "mysql -e 'create database tracks_test;'"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "cp config/site.yml.tmpl config/site.yml"
- "cp config/database.yml.tmpl config/database.yml"
script: "bundle exec rake ci"
bundler_args: --without development
notifications:
email: false