Remove Rubinius and JRuby from .travis.yml

Right now we tell Travis to ignore failed builds against Rubinius or
JRuby. This has been in place "temporarily" for more than 2 years, so we
effectively don't test against or support either runtime.
This commit is contained in:
Elliot Winkler 2015-02-11 16:28:27 -07:00
parent b0fe892851
commit 0f2800fa52
1 changed files with 0 additions and 7 deletions

View File

@ -10,16 +10,9 @@ rvm:
- 2.0.0
- 2.1.4
- 2.2.0
- rbx-19mode
- jruby-19mode
gemfile:
- gemfiles/4.0.0.gemfile
- gemfiles/4.0.1.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: jruby-19mode