Sha256: facfc952608c0b34b808141a7f8de36a735272da50ecc779b4330d14e36b7358

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

language: ruby

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

before_install:
  - 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

1 entries across 1 versions & 1 rubygems

Version Path
sk-fluent-plugin-azureeventhubs-0.0.14 .travis.yml