Sha256: 2d439a0520c1c57a1d385a9ef8fd48888860c9184d2456a5549332a1106dde3a

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 Bytes

Contents

language: ruby

sudo: false

rvm:
  - 2.1
  - 2.0
  - 1.9.3

env:
  - RAILS=4-1-stable DB=sqlite3
  - RAILS=4-1-stable DB=mysql
  - RAILS=4-1-stable DB=postgres
  - RAILS=4-0-stable DB=sqlite3
  - RAILS=4-0-stable DB=mysql
  - RAILS=4-0-stable DB=postgres
  - RAILS=3-2-stable DB=sqlite
  - RAILS=3-2-stable DB=mysql
  - RAILS=3-2-stable DB=postgres
  - RAILS=3-1-stable DB=sqlite
  - RAILS=3-1-stable DB=mysql
  - RAILS=3-1-stable DB=postgres
  - RAILS=3-0-stable DB=sqlite
  - RAILS=3-0-stable DB=mysql
  - RAILS=3-0-stable DB=postgres

before_script:
  - mysql -e 'create database ransack collate utf8_general_ci;'
  - mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";'
  - psql -c 'create database ransack;' -U postgres

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ransack-1.3.0 .travis.yml