Sha256: 0eb40fe4f80d4358d0026c649aac5d6a5cb372b043c34da975b7c614902533f9

Contents?: true

Size: 766 Bytes

Versions: 27

Compression:

Stored size: 766 Bytes

Contents

version: '{build}'
install:
  - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
  - "%devkit%\\devkitvars.bat"
  - IF EXIST "%devkit%\\bin\\ridk.cmd" ridk.cmd enable
  - ruby --version
  - gem --version
  - bundle install
build: off
test_script:
  - bundle exec rake test

# https://www.appveyor.com/docs/installed-software/#ruby
environment:
  matrix:
    - ruby_version: "25-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "25"
      devkit: C:\Ruby23\DevKit
    - ruby_version: "24-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "24"
      devkit: C:\Ruby23\DevKit
    - ruby_version: "23-x64"
      devkit: C:\Ruby23-x64\DevKit
    - ruby_version: "22-x64"
      devkit: C:\Ruby23-x64\DevKit
matrix:
  allow_failures:
    - ruby_version: "21"

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-3.8.0 appveyor.yml
fluent-plugin-elasticsearch-3.7.1 appveyor.yml
fluent-plugin-elasticsearch-3.7.0 appveyor.yml
fluent-plugin-elasticsearch-3.6.1 appveyor.yml
fluent-plugin-elasticsearch-3.6.0 appveyor.yml
fluent-plugin-elasticsearch-3.5.6 appveyor.yml
fluent-plugin-elasticsearch-3.5.5 appveyor.yml
fluent-plugin-elasticsearch-3.5.3 appveyor.yml
fluent-plugin-elasticsearch-3.5.2 appveyor.yml
fluent-plugin-elasticsearch-3.5.1 appveyor.yml
fluent-plugin-elasticsearch-3.5.0 appveyor.yml
fluent-plugin-elasticsearch-3.4.3 appveyor.yml
fluent-plugin-elasticsearch-3.4.2 appveyor.yml
fluent-plugin-elasticsearch-3.4.1 appveyor.yml
fluent-plugin-elasticsearch-3.4.0 appveyor.yml
fluent-plugin-elasticsearch-3.3.3 appveyor.yml
fluent-plugin-elasticsearch-3.3.2 appveyor.yml
fluent-plugin-elasticsearch-3.3.1 appveyor.yml
fluent-plugin-elasticsearch-3.3.0 appveyor.yml
fluent-plugin-elasticsearch-3.2.4 appveyor.yml