gitlab-org--gitlab-foss/.travis.yml

11 lines
274 B
YAML
Raw Normal View History

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