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