Sha256: 4ebd9a9ff0fa962334787f063ee1c7b13754695e73120f498f7aae95fecb35de

Contents?: true

Size: 393 Bytes

Versions: 5

Compression:

Stored size: 393 Bytes

Contents

language: ruby
script: bundle exec rake

before_install:
  - gem update --system --no-document

install:
  - gem update bundler
  - bundle install

rvm:
  - 2.2.2
  - 2.3.1
  - 2.4.1
  - 2.5.1
  - jruby-19mode

  - ruby-head
  - jruby-head

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

env:
  global:
    - VERBOSE=true
    - TIMEOUT=1

branches:
  only:
    - master

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sidekiq_middlewares-0.3.3 .travis.yml
sidekiq_middlewares-0.3.2 .travis.yml
sidekiq_middlewares-0.3.1 .travis.yml
sidekiq_middlewares-0.3.0 .travis.yml
sidekiq_middlewares-0.2.0 .travis.yml