Sha256: ef6eda6e96349264ed2ce1576578b83593762a796c57607f31fb3cdb189f593a

Contents?: true

Size: 441 Bytes

Versions: 3

Compression:

Stored size: 441 Bytes

Contents

language: ruby

sudo: false

matrix:
  include:
    - rvm: 2.3.1
      script:
        - bundle exec danger
    - rvm: 2.3.1
    - rvm: 2.3.0
    - rvm: 2.2.5
    - rvm: 2.4.0
    - rvm: rbx-2
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: jruby-9.1.7.0
  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 & 1 rubygems

Version Path
hyperclient-0.8.5 .travis.yml
hyperclient-0.8.4 .travis.yml
hyperclient-0.8.3 .travis.yml