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:
parent
ccc805591a
commit
a0e4d5e335
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ env:
|
|||
matrix:
|
||||
- "GEM=railties"
|
||||
- "GEM=ap"
|
||||
- "GEM=ac"
|
||||
- "GEM=am,amo,as,av,aj"
|
||||
- "GEM=ar:mysql"
|
||||
- "GEM=ar:mysql2"
|
||||
|
|
|
@ -23,6 +23,7 @@ class Build
|
|||
'ar' => 'activerecord',
|
||||
'av' => 'actionview',
|
||||
'aj' => 'activejob',
|
||||
'ac' => 'actioncable',
|
||||
'guides' => 'guides'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue