Sha256: f6f9db3a449650d32df1eb8587cefa86fc1e866da9be3ed2021c98d76732e940

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

language: ruby
rvm:
  - 2.3.8
  - 2.4.10
  - 2.5.8
  - 2.6.6
  - 2.7.1
  - ruby-head
  - rbx
before_install:
  - gem install bundler -v 1.12.5

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: rbx

install:
  - bundle install

script:
  - bundle exec rubocop
  - bundle exec rake test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puma_worker_killer-0.3.1 .travis.yml
puma_worker_killer-0.3.0 .travis.yml