Sha256: 952d9f953f8d2a64440d3b7cf5e4c8daf9474bc905b8e34d98462bc8937d6293

Contents?: true

Size: 536 Bytes

Versions: 1

Compression:

Stored size: 536 Bytes

Contents

# Send builds to container-based infrastructure
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
dist: trusty
sudo: false
language: ruby
rvm:
  - 2.0.0
  - 2.1.10
  - 2.2.10
  - 2.3.7
  - 2.4.4
  - 2.5.1
  - ruby-head
  - jruby-9.2.0.0
  - jruby-head
  - rbx-3.99
script:
  - bundle exec rspec

matrix:
  allow_failures:
    - rvm: rbx-3.99

before_install:
  - gem update --system
  - gem install bundler

addons:
  code_climate:
    repo_token: 20a1139ef1830b4f813a10a03d90e8aa179b5226f75e75c5a949b25756ebf558

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
retriable-3.1.2 .travis.yml