Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ before_script:
script:
- bundle exec rake test
- bundle exec rake build
after_script:
- '[ ${TRAVIS_EVENT_TYPE} != "pull_request" ] && [ ${TRAVIS_BRANCH} = "master" ] && bundle exec codeclimate-test-reporter'
1 change: 1 addition & 0 deletions lib/fluent/plugin/in_dynamodb_streams.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'fluent/input'
module Fluent
class DynamoDBStreamsInput < Input
Fluent::Plugin.register_input('dynamodb_streams', self)
Expand Down
3 changes: 0 additions & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require 'fluent/test'
require 'fluent/plugin/in_dynamodb_streams'
require 'aws-sdk'
Expand Down