activerecord-hackery--ransack/.travis.yml

21 lines
513 B
YAML
Raw Normal View History

rvm:
2013-04-28 03:55:23 +00:00
- 1.9.3
- 2.0.0
2012-01-19 14:06:10 +00:00
env:
2013-11-06 07:04:31 +00:00
- RAILS=4-0-stable DB=sqlite
- RAILS=4-0-stable DB=mysql
- RAILS=4-0-stable DB=postgres
- RAILS=3-2-stable DB=sqlite
- RAILS=3-2-stable DB=mysql
- RAILS=3-2-stable DB=postgres
- RAILS=3-1-stable DB=sqlite
- RAILS=3-1-stable DB=mysql
- RAILS=3-1-stable DB=postgres
- RAILS=3-0-stable DB=sqlite
- RAILS=3-0-stable DB=mysql
- RAILS=3-0-stable DB=postgres
before_script:
- mysql -e 'create database ransack;'
- psql -c 'create database ransack;' -U postgres