Sha256: c8be82b3d85cdf0b51fdd54b9c73cd2c54c5c9d6d42c85e35fe488bb5dc0e96c

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

language: ruby
rvm:
  - 2.5.3
  - 2.4
  - 2.3
  - 2.2
  - 2.1
before_script:
  - bundle exec dynamodb-local -inMemory &
  - sleep 5
script:
  - bundle exec rake test
  - bundle exec rake build
after_script:
  - '[ ${TRAVIS_EVENT_TYPE} != "pull_request" ] && [ ${TRAVIS_BRANCH} = "master" ] && bundle exec codeclimate-test-reporter'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-dynamodb-streams-alt-0.0.4 .travis.yml
fluent-plugin-dynamodb-streams-alt-0.0.3 .travis.yml
fluent-plugin-dynamodb-streams-alt-0.0.2 .travis.yml
fluent-plugin-dynamodb-streams-alt-0.0.1 .travis.yml