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-03-07 23:35:00 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-07 23:35:00 +0400
commit6c83d9332d3e47e3deee0b4fcc89cdff1dff9152 (patch)
tree493d8768ef1a71489f20443d3c2edb4198d4e273 /.travis.yml
parentbed70a93f51cda78e7a4b9adae75d10c3763af30 (diff)
still use sqlite for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0193d00735c..57264161536 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ branches:
- 'master'
rvm: 1.9.2
before_script:
- - "cp config/database.yml.example config/database.yml"
+ - "cp config/database.yml.sqlite 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"