still use sqlite for travis
This commit is contained in:
parent
bed70a93f5
commit
6c83d9332d
|
@ -4,7 +4,7 @@ branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
rvm: 1.9.2
|
rvm: 1.9.2
|
||||||
before_script:
|
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"
|
- "cp config/gitlab.yml.example config/gitlab.yml"
|
||||||
- "bundle exec rake db:create RAILS_ENV=test"
|
- "bundle exec rake db:create RAILS_ENV=test"
|
||||||
- "bundle exec rake db:migrate RAILS_ENV=test"
|
- "bundle exec rake db:migrate RAILS_ENV=test"
|
||||||
|
|
Loading…
Reference in a new issue