mirror of https://github.com/rails/rails
Remove JRuby and Rubinius from the travis matrix
This will save Travis some precious resource since it will not need to run 18 jobs for these Ruby implementations on every push or pull request. We do care about these implementations but we should fix the build locally before having it running on travis. We would love to have someone working on this but right now it is not our reality.
This commit is contained in:
parent
7fab41c883
commit
089ad5fd35
|
@ -13,8 +13,6 @@ rvm:
|
|||
- 2.1
|
||||
- 2.2
|
||||
- ruby-head
|
||||
- rbx-2
|
||||
- jruby
|
||||
env:
|
||||
- "GEM=railties"
|
||||
- "GEM=ap,am,amo,as,av"
|
||||
|
@ -24,8 +22,6 @@ env:
|
|||
- "GEM=ar:postgresql"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: rbx-2
|
||||
- rvm: jruby
|
||||
- rvm: ruby-head
|
||||
fast_finish: true
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue