Sha256: 237f4a15392c4569b318f54d2c9010ca821546b0df9c35f2d89184b591c08ffa

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 Bytes

Contents

language: ruby

cache: bundler

rvm:
  - 2.5.3
  - 2.6.0
  - 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
    - rvm: 2.5.3
      env: CONCURRENCY=async-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.15.1 .travis.yml
slack-ruby-client-0.15.0 .travis.yml