|
|
|
@ -4,7 +4,6 @@ rvm: |
|
|
|
|
env: |
|
|
|
|
- "RAILS_ENV=test DB=mysql2 BUNDLE_WITHOUT=rmagick:mysql:postgres:sqlite" |
|
|
|
|
- "RAILS_ENV=test DB=postgres BUNDLE_WITHOUT=rmagick:mysql:mysql2:sqlite" |
|
|
|
|
- "RAILS_ENV=test DB=sqlite BUNDLE_WITHOUT=rmagick:mysql:mysql2:postgres" |
|
|
|
|
script: "bundle exec rake" |
|
|
|
|
before_install: |
|
|
|
|
- "sudo apt-get update -qq" |
|
|
|
|