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

19 lines
394 B
YAML
Raw Normal View History

2013-01-09 14:43:49 -05:00
language: ruby
2012-05-25 09:38:23 -04:00
env:
2013-03-10 14:29:34 -04:00
- DB=mysql TRAVIS=true
before_install:
- sudo apt-get install libicu-dev -y
- gem install charlock_holmes -v="0.6.9"
2011-11-15 08:42:01 -05:00
branches:
only:
- 'master'
rvm:
2013-04-09 12:29:45 -04:00
- 2.0.0
services:
- mysql
2012-10-09 19:41:44 -04:00
- postgresql
2011-11-15 08:42:01 -05:00
before_script:
2012-05-25 09:38:23 -04:00
- "cp config/database.yml.$DB config/database.yml"
2012-02-19 04:49:48 -05:00
- "cp config/gitlab.yml.example config/gitlab.yml"
2013-09-29 10:45:43 -04:00
script: "bundle exec rake gitlab:test --trace"