test/dummy/config/database.yml.travis in sidejobs-0.0.1 vs test/dummy/config/database.yml.travis in sidejobs-4.0.0.0

- old
+ new

@@ -1,12 +1,3 @@ -mysql: &mysql - adapter: <%= 'jdbc' if RUBY_ENGINE == 'jruby' %>mysql<%= '2' if RUBY_ENGINE != 'jruby' %> - -postgres: &postgres - adapter: <%= 'jdbc' if RUBY_ENGINE == 'jruby' %>postgresql - -sqlite: &sqlite - adapter: <%= 'jdbc' if RUBY_ENGINE == 'jruby' %>sqlite3 - test: - <<: *<%= ENV['DB'] %> - database: <%= ENV['DB'] == 'sqlite' ? 'db/travis.sqlite3' : 'travis' %> + adapter: <%= 'jdbc' if RUBY_ENGINE == 'jruby' %>postgresql + database: travis