Drop JRuby 1.9

Since we are no longer support Ruby 1.9 we are safe to remove this from the CI.
This commit is contained in:
Mauro George 2015-12-22 20:20:55 -02:00
parent b6a4ad1c26
commit b773f84085

View File

@ -32,8 +32,6 @@ matrix:
include:
- rvm: 2.2
env: CAPTURE_STDERR=true
- rvm: jruby-19mode
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false -Xcli.debug=true --debug'
allow_failures:
- rvm: ruby-head
fast_finish: true