Sha256: 38ae8f64ef9666b26dc99b3f0634cf42654011f8bab162cd3d63ceab2c29b4ef

Contents?: true

Size: 313 Bytes

Versions: 1

Compression:

Stored size: 313 Bytes

Contents

sudo: false
language: ruby

install: 'gem install bundler; bundle install --retry=3'
script: 'ruby -vr bundler/setup -S rake test'

matrix:
  include:
    - rvm: 2.2
    - rvm: 2.3
    - rvm: 2.4
    - rvm: ruby-head
    - rvm: jruby
      env: JRUBY_OPTS=--debug
    - rvm: rbx

  allow_failures:
    - rvm: rbx

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
promise_pool-0.9.1 .travis.yml