Sha256: 6c4995abf9181cdd15f776863f2819e91c1f25bed63dd708cda42c7d603dd3f3

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

language: ruby

sudo: false

matrix:
  include:
    - rvm: 2.4.1
    - rvm: 2.4.1
      script:
        - bundle exec danger
    - rvm: jruby-9.1.12.0
    - rvm: jruby-head
    - rvm: 2.2.7
    - rvm: 2.3.4
    - rvm: rbx-2
    - rvm: ruby-head
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-2

before_install:
  - gem update --system
  - gem install bundler

bundler_args: --without development

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
api_navigator-0.0.1 .travis.yml
hyperclient-0.9.0 .travis.yml
hyperclient-0.8.6 .travis.yml