Sha256: a4b04901368d43cb468fd2e6e3fdd5bf2b3b696fbc772ce87fd2a0c5bad57978

Contents?: true

Size: 483 Bytes

Versions: 2

Compression:

Stored size: 483 Bytes

Contents

language: ruby

cache: bundler

rvm:
  - 2.2
  - 2.3
  - 2.5
  - 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
      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.13.1 .travis.yml
slack-ruby-client-0.13.0 .travis.yml