From 4f8ed0a1351d30d16838a1f5cedb015ad9d95c25 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 1 Jan 2016 23:45:32 +0100 Subject: [PATCH] Travis-ci: expect Rails 3.1/3.2 with Ruby 2.3.0 to pass. --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 935e333..785c6d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,20 +60,6 @@ matrix: - env: RAILS=master DB=mysql - env: RAILS=master DB=postgres - - rvm: 2.3.0 - env: RAILS=3-2-stable DB=sqlite - - rvm: 2.3.0 - env: RAILS=3-2-stable DB=mysql - - rvm: 2.3.0 - env: RAILS=3-2-stable DB=postgres - - - rvm: 2.3.0 - env: RAILS=3-1-stable DB=sqlite - - rvm: 2.3.0 - env: RAILS=3-1-stable DB=mysql - - rvm: 2.3.0 - env: RAILS=3-1-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%";'