Skip to content
Snippets Groups Projects
Commit a6870dd0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix travis after config rename

parent 9edbac5a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment