Sha256: 78db0e7dd81a5437de3277cb26f6da5207ae5953bcd078d59abf7dfe413287ca

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.1
  - 2.2
  - 2.3.0
  - rbx
  - jruby-9

before_install:
  - rvm get head
  - rvm reload
  - rvm use --install $TRAVIS_RUBY_VERSION --binary --latest
install: 'bundle install --retry=3'
script: 'ruby -vr bundler/setup -S rake test'

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
promise_pool-0.9.0 .travis.yml
rest-core-3.6.0 .travis.yml
promise_pool-0.1.0 .travis.yml