Commit 6c83d9332d3e47e3deee0b4fcc89cdff1dff9152

Authored by Dmitriy Zaporozhets
1 parent bed70a93

still use sqlite for travis

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -4,7 +4,7 @@ branches: @@ -4,7 +4,7 @@ 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" 7 + - "cp config/database.yml.sqlite config/database.yml"
8 - "cp config/gitlab.yml.example config/gitlab.yml" 8 - "cp config/gitlab.yml.example config/gitlab.yml"
9 - "bundle exec rake db:create RAILS_ENV=test" 9 - "bundle exec rake db:create RAILS_ENV=test"
10 - "bundle exec rake db:migrate RAILS_ENV=test" 10 - "bundle exec rake db:migrate RAILS_ENV=test"