Run tests on sqlite, mysql and postgresql

This commit is contained in:
Ryan Bigg 2013-11-06 17:23:35 +11:00
parent 236046c333
commit 5429a1420a
1 changed files with 9 additions and 3 deletions

View File

@ -3,6 +3,12 @@ rvm:
- 2.0.0
env:
- RAILS=3-2-stable
- RAILS=3-1-stable
- RAILS=3-0-stable
- 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