Sha256: fd52782072660531c7090aaca66a133f1679ddfa66478e5a50d4c4ae4e3c883e

Contents?: true

Size: 770 Bytes

Versions: 1

Compression:

Stored size: 770 Bytes

Contents

language: ruby

jobs:
  include:
    - rvm: 2.4.6
      gemfile: Gemfile
      os: linux
      arch: amd64
    - rvm: 2.5.5
      gemfile: Gemfile
      os: linux
      arch: amd64
    - rvm: 2.6.3
      gemfile: gemfiles/Gemfile.ilm
      os: linux
      arch: amd64
    - rvm: 2.6.3
      gemfile: gemfiles/Gemfile.elasticsearch.v6
      os: linux
      arch: amd64
    - rvm: 2.6.3
      gemfile: Gemfile
      os: linux
      arch: amd64
    - rvm: 2.6.3
      gemfile: Gemfile
      os: linux
      arch: arm64
    - rvm: 2.6.3
      gemfile: Gemfile
      os: osx
      osx_image: xcode11.3
    - rvm: 2.7.0
      gemfile: Gemfile
      os: linux
      arch: amd64

gemfile:
 - Gemfile

before_install:
  - gem update --system=2.7.8

script: bundle exec rake test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-4.0.5 .travis.yml