takus/fluent-plugin-dynamodb-streams

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.2
  - 2.1
  - 2.0.0
  - 1.9.3
before_script:
  - bundle exec dynamodb-local -inMemory &
  - sleep 5
script:
  - bundle exec rake test
  - bundle exec rake build