2014-08-04 01:43:36 -04:00
|
|
|
services: mongodb
|
|
|
|
|
2014-01-01 13:07:46 -05:00
|
|
|
language: ruby
|
|
|
|
|
2014-08-21 18:36:08 -04:00
|
|
|
sudo: false
|
2014-01-01 13:07:46 -05:00
|
|
|
|
2015-08-20 06:18:36 -04:00
|
|
|
rvm:
|
|
|
|
- 2.2.3
|
|
|
|
- 2.1
|
|
|
|
- 2.0
|
|
|
|
- 1.9
|
2012-01-19 09:06:10 -05:00
|
|
|
|
2015-08-20 06:18:36 -04:00
|
|
|
env:
|
|
|
|
- RAILS=4-2-stable DB=mongodb
|
|
|
|
- RAILS=4-2-stable DB=sqlite3
|
|
|
|
- RAILS=4-2-stable DB=mysql
|
|
|
|
- RAILS=4-2-stable DB=postgres
|
2014-12-02 04:10:19 -05:00
|
|
|
|
2015-08-20 06:18:36 -04:00
|
|
|
- RAILS=4-1-stable DB=mongodb
|
|
|
|
- RAILS=4-1-stable DB=sqlite3
|
|
|
|
- RAILS=4-1-stable DB=mysql
|
|
|
|
- RAILS=4-1-stable DB=postgres
|
2014-12-02 04:10:19 -05:00
|
|
|
|
2015-08-20 06:18:36 -04:00
|
|
|
- RAILS=4-0-stable DB=sqlite3
|
|
|
|
- RAILS=4-0-stable DB=mysql
|
|
|
|
- RAILS=4-0-stable DB=postgres
|
2014-12-02 04:10:19 -05:00
|
|
|
|
2015-08-20 06:18:36 -04:00
|
|
|
- RAILS=3-2-stable DB=sqlite
|
|
|
|
- RAILS=3-2-stable DB=mysql
|
|
|
|
- RAILS=3-2-stable DB=postgres
|
2014-12-02 04:10:19 -05:00
|
|
|
|
2015-08-20 06:18:36 -04:00
|
|
|
- RAILS=3-1-stable DB=sqlite
|
|
|
|
- RAILS=3-1-stable DB=mysql
|
|
|
|
- RAILS=3-1-stable DB=postgres
|
2014-12-02 04:10:19 -05:00
|
|
|
|
2015-08-20 06:18:36 -04:00
|
|
|
matrix:
|
|
|
|
include:
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=master DB=sqlite3
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=master DB=mysql
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=master DB=postgres
|
|
|
|
exclude:
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=3-1-stable DB=sqlite
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=3-1-stable DB=mysql
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=3-1-stable DB=postgres
|
|
|
|
allow_failures:
|
|
|
|
- env: RAILS=master DB=sqlite3
|
|
|
|
- env: RAILS=master DB=mysql
|
|
|
|
- env: RAILS=master DB=postgres
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=3-2-stable DB=sqlite
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=3-2-stable DB=mysql
|
2015-08-20 06:45:32 -04:00
|
|
|
- rvm: 2.2.3
|
2015-08-20 06:18:36 -04:00
|
|
|
env: RAILS=3-2-stable DB=postgres
|
2014-12-02 04:10:19 -05:00
|
|
|
|
2013-12-06 19:51:55 -05:00
|
|
|
before_script:
|
2013-12-06 21:12:50 -05:00
|
|
|
- mysql -e 'create database ransack collate utf8_general_ci;'
|
|
|
|
- mysql -e 'use ransack;show variables like "%character%";show variables like "%collation%";'
|
2013-12-06 19:51:55 -05:00
|
|
|
- psql -c 'create database ransack;' -U postgres
|
2015-08-20 05:55:09 -04:00
|
|
|
|
|
|
|
addons:
|
|
|
|
code_climate:
|
|
|
|
repo_token: 8b701c4364d51a0217105e08c06922d600cec3d9e60d546a89e3ddfe46e0664e
|