Sha256: a8ec3c784c1fa2e623895f00090204ae4e86aac121913e6a30ebad7424090835

Contents?: true

Size: 244 Bytes

Versions: 4

Compression:

Stored size: 244 Bytes

Contents

language: ruby

rvm:
  - 2.5.1
  - 2.4.3
  - 2.3.7
  - 2.2.10
  - 2.1.10

sudo: false

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

script:
  - bundle exec rspec spec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
business-1.17.1 .travis.yml
business-1.17.0 .travis.yml
business-1.16.1 .travis.yml
business-1.16.0 .travis.yml