Update Travis-CI to test with Rails master (4.2.0)

Will likely not pass with Ruby 1.9 and we’ll have to add
an allow_failures exception…
This commit is contained in:
Jon Atack 2014-09-22 21:17:15 +02:00
parent f8835a5a81
commit 0acddb812e
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ rvm:
- 1.9
env:
- RAILS=master DB=sqlite3
- RAILS=master DB=mysql
- RAILS=master DB=postgres
- RAILS=4-1-stable DB=sqlite3
- RAILS=4-1-stable DB=mysql
- RAILS=4-1-stable DB=postgres