Sha256: fff58cfc3929a1903f5115de19f40b1fa0334ab7747347b71cfa9e179a53426b

Contents?: true

Size: 985 Bytes

Versions: 8

Compression:

Stored size: 985 Bytes

Contents

language: ruby
cache: bundler

# script: bundle exec rake test TESTOPTS=-v

# http://rubies.travis-ci.org/
# See here for osx_image -> OSX versions: https://docs.travis-ci.com/user/languages/objective-c
matrix:
  include:
    - rvm: 2.4.9
      os: linux
    - rvm: 2.4.9
      os: linux-ppc64le
    - rvm: 2.5.7
      os: linux
    - rvm: 2.5.7
      os: linux
      arch: s390x
      dist: xenial
    - rvm: 2.6.5
      os: linux
    - rvm: 2.7.0
      os: linux
    - rvm: ruby-head
      os: linux
    - rvm: ruby-head
      os: linux-ppc64le
    - rvm: 2.4.6
      os: osx
      osx_image: xcode8.3 # OSX 10.12
    - rvm: ruby-head
      os: osx
      osx_image: xcode8.3 # OSX 10.12
  allow_failures:
    - rvm: 2.4.6
      os: osx
      osx_image: xcode8.3
    - rvm: 2.5.7
      os: linux
      arch: s390x
      dist: xenial
    - rvm: ruby-head

branches:
  only:
    - master

sudo: false
dist: trusty # for TLSv1.2 support

addons:
  apt:
    packages:
      - libgmp3-dev

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fluentd-1.9.1-x86-mingw32 .travis.yml
fluentd-1.9.1-x64-mingw32 .travis.yml
fluentd-1.9.1 .travis.yml
fluentd-1.9.0-x64-mingw32 .travis.yml
fluentd-1.9.0-x86-mingw32 .travis.yml
fluentd-1.9.0 .travis.yml
fluentd-1.9.0.rc2 .travis.yml
fluentd-1.9.0.rc1 .travis.yml