Sha256: a69a78cd30b3dd15cbc621c2bc8147900940ca5d9cd4289ac0d4b6c3d7b5ef90

Contents?: true

Size: 1.14 KB

Versions: 1

Compression:

Stored size: 1.14 KB

Contents

language: ruby

before_install:
  - travis_retry gem install bundler

rvm:
  - 1.9.3
  - 2.0.0
  - 2.1.1

env:
  - RAILS=master AREL=master DB=sqlite
  - RAILS=master AREL=master DB=mysql
  - RAILS=master AREL=master DB=postgres
  - RAILS=4-1-stable AREL=5-0-stable DB=sqlite
  - RAILS=4-1-stable AREL=5-0-stable DB=mysql
  - RAILS=4-1-stable AREL=5-0-stable DB=postgres
  - RAILS=4-0-stable AREL=4-0-stable DB=sqlite
  - RAILS=4-0-stable AREL=4-0-stable DB=mysql
  - RAILS=4-0-stable AREL=4-0-stable DB=postgres
  - RAILS=3-2-stable AREL=3-0-stable DB=sqlite
  - RAILS=3-2-stable AREL=3-0-stable DB=mysql
  - RAILS=3-2-stable AREL=3-0-stable DB=postgres
  - RAILS=3-1-stable AREL=2-2-stable DB=sqlite
  - RAILS=3-1-stable AREL=2-2-stable DB=mysql
  - RAILS=3-1-stable AREL=2-2-stable DB=postgres
  - RAILS=3-0-stable AREL=2-0-stable DB=sqlite
  - RAILS=3-0-stable AREL=2-0-stable DB=mysql
  - RAILS=3-0-stable AREL=2-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
polyamorous-1.1.0 .travis.yml