Support Rails 4 on the master branch

Given that's where we do gem releases from anyway

So... what's the purpose of the Rails 4 branch?
This commit is contained in:
Ryan Bigg 2013-11-06 17:57:35 +11:00
parent 8f5ab85af2
commit 2106d04804
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ rvm:
- 2.0.0
env:
- 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