Commit 6c83d933 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

still use sqlite for travis

parent bed70a93
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment