Sha256: 272c42a7768ddb0b4e2ead57ae9cd3780c1c72cf6e1cbec591dfadff45f550e4

Contents?: true

Size: 605 Bytes

Versions: 1

Compression:

Stored size: 605 Bytes

Contents

language: ruby

cache: bundler

rvm:
  - 2.2
  - 2.1
  - 2.0
  - rbx-2
  - jruby-19mode
  - 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.3.4
      env: CONCURRENCY=celluloid-io
    - rvm: 2.3.4
      env: CONCURRENCY=faye-websocket
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: jruby-19mode
    - rvm: rbx-2

git:
  submodules: false

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-client-0.9.0 .travis.yml