Sha256: 2ca8680ba37f4841c2411ef3a6e5d2e3eb617e0e150c1c44d29ce1c6497338ac
Contents?: true
Size: 368 Bytes
Versions: 8
Compression:
Stored size: 368 Bytes
Contents
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' %>
Version data entries
8 entries across 8 versions & 6 rubygems