Sha256: c71e2979af13e01878b65f1d5f0d3953d1af252f54dd8da8ae92a059a25c45ac

Contents?: true

Size: 298 Bytes

Versions: 4

Compression:

Stored size: 298 Bytes

Contents

---
language: ruby

cache: bundler

rvm:
  - 2.2.0
  - 2.3.0
  - 2.4.0
  - 2.5.0
  - 2.6.0
  - 2.7.0

before_install:
  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
  - gem install bundler -v '< 2'

install: bundle install --jobs=3 --retry=3

script: bundle exec rake test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kind-1.0.0 .travis.yml
kind-0.6.0 .travis.yml
kind-0.5.0 .travis.yml
kind-0.4.0 .travis.yml