gitlabhq/.travis.yml

9 lines
177 B
YAML
Raw Normal View History

2011-11-15 14:42:01 +01:00
branches:
only:
- 'master'
rvm: 1.9.2
before_script:
- "bundle exec rake db:seed_fu RAILS_ENV=test"
- "sh -e /etc/init.d/xvfb start"
script: "bundle exec rake travis"