1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add Action Cable tests to travis matrix

This commit is contained in:
Rafael Mendonça França 2015-12-14 14:44:51 -02:00
parent ccc805591a
commit a0e4d5e335
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ env:
matrix:
- "GEM=railties"
- "GEM=ap"
- "GEM=ac"
- "GEM=am,amo,as,av,aj"
- "GEM=ar:mysql"
- "GEM=ar:mysql2"

View file

@ -23,6 +23,7 @@ class Build
'ar' => 'activerecord',
'av' => 'actionview',
'aj' => 'activejob',
'ac' => 'actioncable',
'guides' => 'guides'
}