Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-19 13:49:48 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-19 13:49:48 +0400
commita6870dd08f8f274d9a6b899f638c0c26fefaa690 (patch)
tree0f919e7a6de5cc1a502564a650a0d76466b1afdf /.travis.yml
parent9edbac5ac88ffa1ec9dad0097226b51e29ebc9ac (diff)
fix travis after config rename
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a450b7d005..0193d00735c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"