OSDN Git Service

Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into DanKnox...
[wvm/gitlab.git] / .travis.yml
1 language: ruby
2 env:
3   - DB=mysql TRAVIS=true
4 before_install:
5   - sudo apt-get install libicu-dev -y
6   - gem install charlock_holmes -v="0.6.9"
7 branches:
8   only:
9     - 'master'
10 rvm:
11   - 1.9.3-p327
12 services:
13   - mysql
14   - postgresql
15 before_script:
16   - "cp config/database.yml.$DB config/database.yml"
17   - "cp config/gitlab.yml.example config/gitlab.yml"
18   - "bundle exec rake db:setup RAILS_ENV=test"
19   - "bundle exec rake db:seed_fu RAILS_ENV=test"
20   - "sh -e /etc/init.d/xvfb start"
21 script: "bundle exec rake travis --trace"