Sha256: b9336d2c2798acc68123968c3c47de48b2e5493283cd16259e8f176eb52a6f59

Contents?: true

Size: 1.01 KB

Versions: 39

Compression:

Stored size: 1.01 KB

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

before_install:
  - gem update --system=3.1.2

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

addons:
  apt:
    packages:
      - libgmp3-dev

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
fluentd-1.11.5-x86-mingw32 .travis.yml
fluentd-1.11.5-x64-mingw32 .travis.yml
fluentd-1.11.5 .travis.yml
fluentd-1.11.4-x64-mingw32 .travis.yml
fluentd-1.11.4-x86-mingw32 .travis.yml
fluentd-1.11.4 .travis.yml
fluentd-1.11.3-x86-mingw32 .travis.yml
fluentd-1.11.3-x64-mingw32 .travis.yml
fluentd-1.11.3 .travis.yml
fluentd-1.11.2-x64-mingw32 .travis.yml
fluentd-1.11.2-x86-mingw32 .travis.yml
fluentd-1.11.2 .travis.yml
fluentd-1.11.1-x86-mingw32 .travis.yml
fluentd-1.11.1-x64-mingw32 .travis.yml
fluentd-1.11.1 .travis.yml
fluentd-1.11.0-x64-mingw32 .travis.yml
fluentd-1.11.0-x86-mingw32 .travis.yml
fluentd-1.11.0 .travis.yml
fluentd-1.10.4-x86-mingw32 .travis.yml
fluentd-1.10.4-x64-mingw32 .travis.yml