still use sqlite for travis

This commit is contained in:
Dmitriy Zaporozhets 2012-03-07 21:35:00 +02:00
parent bed70a93f5
commit 6c83d9332d

View file

@ -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"