Sha256: c10043ccbeb83efa1c0c58c70603717c0dcae095419b69251ce51f2912e5352b

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

language: ruby

cache: bundler

rvm:
  - 2.2
  - 2.1
  - 2.3.4
  - ruby-head
  - jruby-head

matrix:
  include:
    - rvm: 2.4.1
      script:
        - bundle exec danger
    - rvm: 2.4.1
      env: CONCURRENCY=celluloid-io
    - rvm: 2.4.1
      env: CONCURRENCY=faye-websocket
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

git:
  submodules: false

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-client-0.11.1 .travis.yml
slack-ruby-client-0.11.0 .travis.yml