Sha256: 980e5f6b18b308de4990ec8b65185953896fb38c966dcf2a801295e4265ae43c

Contents?: true

Size: 304 Bytes

Versions: 4

Compression:

Stored size: 304 Bytes

Contents

sudo: false
language: ruby

rvm:
  - 2.4
  - 2.5
  - 2.6
  - 2.7
  - ruby-head

branches:
  only:
    - master

addons:
  apt:
    packages:
      - libsnappy-dev

before_install:
  - gem update bundler

script: bundle exec rake test

gemfile:
  - Gemfile

matrix:
  allow_failures:
    - rvm: ruby-head

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-webhdfs-1.6.0 .travis.yml
fluent-plugin-webhdfs-1.5.0 .travis.yml
fluent-plugin-webhdfs-1.4.0 .travis.yml
fluent-plugin-webhdfs-1.3.2 .travis.yml