.travis.yml in ransack-1.6.2 vs .travis.yml in ransack-1.6.3
- old
+ new
@@ -45,32 +45,31 @@
env: RAILS=master DB=mysql
- rvm: 2.2
env: RAILS=master DB=postgres
exclude:
- rvm: 2.2
+ env: RAILS=3-1-stable DB=sqlite
+ - rvm: 2.2
+ env: RAILS=3-1-stable DB=mysql
+ - rvm: 2.2
+ env: RAILS=3-1-stable DB=postgres
+ exclude:
+ - rvm: 2.2
env: RAILS=3-0-stable DB=sqlite
- rvm: 2.2
env: RAILS=3-0-stable DB=mysql
- rvm: 2.2
env: RAILS=3-0-stable DB=postgres
-
allow_failures:
- env: RAILS=master DB=sqlite3
- env: RAILS=master DB=mysql
- env: RAILS=master DB=postgres
-
- rvm: 2.2
env: RAILS=3-2-stable DB=sqlite
- rvm: 2.2
env: RAILS=3-2-stable DB=mysql
- rvm: 2.2
env: RAILS=3-2-stable DB=postgres
- - rvm: 2.2
- env: RAILS=3-1-stable DB=sqlite
- - rvm: 2.2
- env: RAILS=3-1-stable DB=mysql
- - rvm: 2.2
- 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%";'
- psql -c 'create database ransack;' -U postgres