Sha256: a9c15e0bc3e84acd451093b33d7f801ac9e160dd81934a7c4715f9a7d94ff4e8

Contents?: true

Size: 443 Bytes

Versions: 8

Compression:

Stored size: 443 Bytes

Contents

language: ruby

rvm:
  - 2.1
  - 2.2
  - 2.3.1
  - 2.4.1
  - 2.5.0
  - ruby-head

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

script:
  - bundle exec rake test

sudo: false

matrix:
  allow_failures:
    - rvm: ruby-head
deploy:
  provider: rubygems
  api_key: "bc5cc687adff822e861d4df96c0986e4"
  gemspec: aync-fluent-plugin-azureeventhubs.gemspec
  on:
    tags: true
    all_branches: true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sk-fluent-plugin-azureeventhubs-0.0.24 .travis.yml
sk-fluent-plugin-azureeventhubs-0.0.23 .travis.yml
sk-fluent-plugin-azureeventhubs-0.0.21 .travis.yml
sk-fluent-plugin-azureeventhubs-0.0.19 .travis.yml
sk-fluent-plugin-azureeventhubs-0.0.18 .travis.yml
sk-fluent-plugin-azureeventhubs-0.0.17 .travis.yml
sk-fluent-plugin-azureeventhubs-0.0.16 .travis.yml
sk-fluent-plugin-azureeventhubs-0.0.15 .travis.yml