Travis-ci: expect Rails 3.1/3.2 with Ruby 2.3.0 to pass.

This commit is contained in:
Jon Atack 2016-01-01 23:45:32 +01:00
parent e139cdaefb
commit 4f8ed0a135
1 changed files with 0 additions and 14 deletions

View File

@ -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%";'