Sha256: db88456e2e74e4215f9344233e0ffa857e3d6c2eb763626c2471c6ba75c4e34b

Contents?: true

Size: 528 Bytes

Versions: 2

Compression:

Stored size: 528 Bytes

Contents

language: ruby
sudo: false
cache: bundler

before_install:
  - gem update --system
  - gem --version

bundler_args: --without development

branches:
  only:
    - master

rvm:
  - jruby-9.1.17.0 # latest stable
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - 2.5.0
  - ruby-head

env:
  global:
    - JRUBY_OPTS="--dev -J-Djruby.launch.inproc=true -J-Xmx1024M"      
  matrix:
    - NIO4R_PURE=false
    - NIO4R_PURE=true

matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true

notifications:
  irc: "irc.freenode.org#celluloid"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nio4r-2.3.1-java .travis.yml
nio4r-2.3.1 .travis.yml