Sha256: 56ea21e509ff3222d2c45b689dc55531ebc4335c9e162444e76cbfe368de3934

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

language: ruby
sudo: false
dist: trusty
cache: bundler

before_script: 
  - gem update --system
  - gem install bundler

matrix:
  include:
    - rvm: 2.3
    - rvm: 2.4
    - rvm: 2.5
    - rvm: 2.6
    - rvm: truffleruby
    - rvm: jruby-head
      env: JRUBY_OPTS="--debug -X+O"
    - rvm: ruby-head
    - rvm: rbx-3
  allow_failures:
    - rvm: ruby-head
    - rvm: truffleruby
    - rvm: jruby-head
    - rvm: rbx-3

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
async-io-1.17.2 .travis.yml
async-io-1.17.1 .travis.yml