Skip to content

Commit

Permalink
Merge pull request #175 from olleolleolle/patch-4
Browse files Browse the repository at this point in the history
Travis: jruby-9.1.15.0
  • Loading branch information
tarcieri committed Dec 8, 2017
2 parents 004d19e + ab4bc40 commit b51180f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spec/nio/selectables/udp_socket_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit b51180f

Please sign in to comment.