Commit a6870dd0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix travis after config rename

parent 9edbac5a
......@@ -4,6 +4,8 @@ branches:
- 'master'
rvm: 1.9.2
before_script:
- "cp config/database.yml.example config/database.yml"
- "cp config/gitlab.yml.example config/gitlab.yml"
- "bundle exec rake db:create RAILS_ENV=test"
- "bundle exec rake db:migrate RAILS_ENV=test"
- "bundle exec rake db:seed_fu RAILS_ENV=test"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment