Sha256: c116bf87efb5f2e93b69986637df54667b37d8d55be9d41406cf353c319cd7e1

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

language: ruby
rvm:
  - 2.4
  - 2.5
  - 2.6
  - ruby-head

matrix:
  allow_failures:
    - rvm:
      - ruby-head

before_install:
  - gem install bundler

# See https://bors.tech/documentation/getting-started/
branches:
  only:
    # This is where pull requests from "bors r+" are built.
    - staging
    # This is where pull requests from "bors try" are built.
    - trying
    # Build pull requests.
    - master

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
inq-26.0.0 .travis.yml
how_is-25.0.0 .travis.yml