Split Action Pack tests in a new job on travis

This will make easier to compare run time between Ruby 2.1 and trunk
This commit is contained in:
Rafael Mendonça França 2014-07-23 14:58:59 -03:00
parent decb83b9fd
commit af216b7431
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ rvm:
- jruby
env:
- "GEM=railties"
- "GEM=ap,am,amo,as,av"
- "GEM=ap"
- "GEM=am,amo,as,av"
- "GEM=ar:mysql"
- "GEM=ar:mysql2"
- "GEM=ar:sqlite3"