Sha256: 1167acc1a6e39485b66555e4d91b2c2e09497c8c02e9fe01ef21577fc25dc473

Contents?: true

Size: 430 Bytes

Versions: 1

Compression:

Stored size: 430 Bytes

Contents

sudo: false
language: ruby

addons:
  postgresql: "9.4"

rvm:
  - 2.3.6
  - 2.4.6
  - 2.5.5
  - 2.6.3
  - ruby-head

gemfile:
 - Gemfile

before_install:
  - gem update --system

before_script:
  - psql -U postgres -c "CREATE ROLE fluentd WITH LOGIN ENCRYPTED PASSWORD 'fluentd';"
  - psql -U postgres -c "CREATE DATABASE fluentd_test OWNER fluentd;"

script: bundle exec rake test

matrix:
  allow_failures:
    - rvm: ruby-head

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-sql-1.1.1 .travis.yml