mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Travis: Test on jruby-head only for now
Arel head does not support 1.9 anymore.
This commit is contained in:
parent
5544f57e61
commit
1ac5177e99
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@ rvm:
|
|||
- 2.2
|
||||
- ruby-head
|
||||
- rbx-2
|
||||
- jruby
|
||||
- jruby-head
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: "GEM=ar:mysql"
|
||||
- rvm: rbx-2
|
||||
- rvm: jruby
|
||||
- rvm: jruby-head
|
||||
- env: "GEM=aj"
|
||||
- env: "GEM=aj:integration"
|
||||
fast_finish: true
|
||||
|
|
Loading…
Reference in a new issue