Commit a6870dd08f8f274d9a6b899f638c0c26fefaa690
1 parent
9edbac5a
Exists in
master
and in
4 other branches
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,6 +4,8 @@ branches: | ||
4 | - 'master' | 4 | - 'master' |
5 | rvm: 1.9.2 | 5 | rvm: 1.9.2 |
6 | before_script: | 6 | before_script: |
7 | + - "cp config/database.yml.example config/database.yml" | ||
8 | + - "cp config/gitlab.yml.example config/gitlab.yml" | ||
7 | - "bundle exec rake db:create RAILS_ENV=test" | 9 | - "bundle exec rake db:create RAILS_ENV=test" |
8 | - "bundle exec rake db:migrate RAILS_ENV=test" | 10 | - "bundle exec rake db:migrate RAILS_ENV=test" |
9 | - "bundle exec rake db:seed_fu RAILS_ENV=test" | 11 | - "bundle exec rake db:seed_fu RAILS_ENV=test" |