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
|
- 2.2
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- rbx-2
|
- rbx-2
|
||||||
- jruby
|
- jruby-head
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- env: "GEM=ar:mysql"
|
- env: "GEM=ar:mysql"
|
||||||
- rvm: rbx-2
|
- rvm: rbx-2
|
||||||
- rvm: jruby
|
- rvm: jruby-head
|
||||||
- env: "GEM=aj"
|
- env: "GEM=aj"
|
||||||
- env: "GEM=aj:integration"
|
- env: "GEM=aj:integration"
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in a new issue