2011-12-30 15:49:58 +01:00
|
|
|
before_install: sudo apt-get install libicu-dev -y
|
2011-11-15 14:42:01 +01:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- 'master'
|
2012-03-12 11:57:22 +01:00
|
|
|
rvm:
|
|
|
|
- 1.9.2
|
2011-11-15 14:42:01 +01:00
|
|
|
before_script:
|
2012-03-07 20:35:00 +01:00
|
|
|
- "cp config/database.yml.sqlite config/database.yml"
|
2012-02-19 10:49:48 +01:00
|
|
|
- "cp config/gitlab.yml.example config/gitlab.yml"
|
2011-11-15 14:51:43 +01:00
|
|
|
- "bundle exec rake db:create RAILS_ENV=test"
|
|
|
|
- "bundle exec rake db:migrate RAILS_ENV=test"
|
2011-11-15 14:42:01 +01:00
|
|
|
- "bundle exec rake db:seed_fu RAILS_ENV=test"
|
|
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
|
|
script: "bundle exec rake travis"
|