Sha256: ed601c008ba4ef22d9a536733ae570be36cf758a2eb2478e2b5d624885d047b6

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

language: ruby

rvm:
  - 2.0.0
  - 2.1
  - 2.2.5
  - 2.3.1
  - ruby-head
  - rbx

branches:
  only:
    - master

gemfile:
  - Gemfile

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: rbx
    - rvm: 2.0.0

before_install: gem update bundler
script: bundle exec rake test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-record-modifier-1.0.0 .travis.yml
fluent-plugin-record-modifier-1.0.0.rc1 .travis.yml
fluent-plugin-record-modifier-0.6.0 .travis.yml
fluent-plugin-record-modifier-0.5.0 .travis.yml