Commit a6870dd08f8f274d9a6b899f638c0c26fefaa690

Authored by Dmitriy Zaporozhets
1 parent 9edbac5a

fix travis after config rename

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
.travis.yml
... ... @@ -4,6 +4,8 @@ branches:
4 4 - 'master'
5 5 rvm: 1.9.2
6 6 before_script:
  7 + - "cp config/database.yml.example config/database.yml"
  8 + - "cp config/gitlab.yml.example config/gitlab.yml"
7 9 - "bundle exec rake db:create RAILS_ENV=test"
8 10 - "bundle exec rake db:migrate RAILS_ENV=test"
9 11 - "bundle exec rake db:seed_fu RAILS_ENV=test"
... ...