Skip to content

Commit 0e8c045

Browse files
committed
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.
1 parent 08e41a0 commit 0e8c045

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ env:
2323
rvm:
2424
- 2.2.2
2525
- ruby-head
26-
- rbx-2
27-
- jruby-head
2826
matrix:
2927
allow_failures:
3028
- env: "GEM=ar:mysql"
3129
- rvm: ruby-head
32-
- rvm: rbx-2
33-
- rvm: jruby-head
3430
fast_finish: true
3531
notifications:
3632
email: false

0 commit comments

Comments
 (0)