Sha256: b10ffbb427b53c7a2202bdc51073e9ae924c73a252c43710a9b002ee30f92b36

Contents?: true

Size: 452 Bytes

Versions: 8

Compression:

Stored size: 452 Bytes

Contents

language: ruby

rvm:
  - 1.9.3
  - 2.0
  - 2.1
  - 2.2.3
  - 2.3.1
  - 2.4.0
  - ruby-head

gemfile:
 - Gemfile
 - Gemfile.v0.12

branches:
  only:
    - master
    - v0.12

before_install: gem update bundler
script: bundle exec rake test

sudo: false

matrix:
  allow_failures:
    - rvm: 1.9.3
    - rvm: ruby-head
  exclude:
    - rvm: 1.9.3
      gemfile: Gemfile
    - rvm: 2.0
      gemfile: Gemfile
    - rvm: 2.4.0
      gemfile: Gemfile.v0.12

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fluent-plugin-s3-0.8.8 .travis.yml
fluent-plugin-s3-0.8.7 .travis.yml
fluent-plugin-s3-0.8.6 .travis.yml
fluent-plugin-s3-0.8.5 .travis.yml
fluent-plugin-s3-0.8.4 .travis.yml
fluent-plugin-s3-0.8.3 .travis.yml
fluent-plugin-s3-0.8.2 .travis.yml
fluent-plugin-s3-0.8.1 .travis.yml