提交 7a1dcfc6 编写于 作者: C Cristian Bica

Added ActiveJob configuration for travis

上级 18303f6e
......@@ -12,7 +12,7 @@ rvm:
env:
- "GEM=railties"
- "GEM=ap"
- "GEM=am,amo,as,av"
- "GEM=am,amo,as,av,aj"
- "GEM=ar:mysql"
- "GEM=ar:mysql2"
- "GEM=ar:sqlite3"
......
......@@ -21,7 +21,8 @@ class Build
'amo' => 'activemodel',
'as' => 'activesupport',
'ar' => 'activerecord',
'av' => 'actionview'
'av' => 'actionview',
'aj' => 'activejob'
}
attr_reader :component, :options
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册