Commit 6c83d9332d3e47e3deee0b4fcc89cdff1dff9152
1 parent
bed70a93
Exists in
master
and in
4 other branches
still use sqlite for travis
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -4,7 +4,7 @@ branches: |
4 | 4 | - 'master' |
5 | 5 | rvm: 1.9.2 |
6 | 6 | before_script: |
7 | - - "cp config/database.yml.example config/database.yml" | |
7 | + - "cp config/database.yml.sqlite config/database.yml" | |
8 | 8 | - "cp config/gitlab.yml.example config/gitlab.yml" |
9 | 9 | - "bundle exec rake db:create RAILS_ENV=test" |
10 | 10 | - "bundle exec rake db:migrate RAILS_ENV=test" | ... | ... |