From 8fdb79a3d8ee156dcaea3002798e69bfc6d8e61e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 8 Dec 2017 09:18:04 +0100 Subject: [PATCH 1/2] Travis: jruby-9.1.15.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db9e26f..d42d968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ branches: - master rvm: - - jruby-9.1.14.0 # latest stable + - jruby-9.1.15.0 # latest stable - 2.2.7 - 2.3.4 - 2.4.1 From ab4bc4086c0bce6f7f1cc2f7a7ce100694945f2d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 8 Dec 2017 18:12:37 +0100 Subject: [PATCH 2/2] udp_socket_spec: Not on JRuby --- spec/nio/selectables/udp_socket_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/nio/selectables/udp_socket_spec.rb b/spec/nio/selectables/udp_socket_spec.rb index 5b4e793..a727568 100644 --- a/spec/nio/selectables/udp_socket_spec.rb +++ b/spec/nio/selectables/udp_socket_spec.rb @@ -2,7 +2,7 @@ require "spec_helper" -RSpec.describe UDPSocket do +RSpec.describe UDPSocket, if: !defined?(JRUBY_VERSION) do let(:udp_port) { 23_456 } let :readable_subject do