fix travis after config rename
This commit is contained in:
parent
9edbac5ac8
commit
a6870dd08f
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue