Sha256: f3a1b7920b91840d93183901aae0a89eb852bf97b0fc6bfe3fbf9820778b4d80

Contents?: true

Size: 266 Bytes

Versions: 7

Compression:

Stored size: 266 Bytes

Contents

sudo: false
branches:
  only:
    - master
language: ruby
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - 2.6
script: bundle exec rspec
before_install:
  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
  - gem install bundler -v '< 2'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
octopolo-1.12.0 .travis.yml
octopolo-1.11.4 .travis.yml
octopolo-1.11.3 .travis.yml
octopolo-1.11.1 .travis.yml
octopolo-1.11.0 .travis.yml
octopolo-1.9.0 .travis.yml
octopolo-1.8.1 .travis.yml