travis-api/lib/travis/notification/publisher.rb
Aakriti Gupta c6a1eda572 Move travis-core files from /vendor to /lib.
- Re-factor
- Remove code for notifications
- Remove addons
- Remove travis-core gem.
- Ignore logs directory only
- Move core tests to spec/lib
2016-07-28 15:09:08 +02:00

10 lines
230 B
Ruby

module Travis
module Notification
module Publisher
require 'travis/notification/publisher/log'
require 'travis/notification/publisher/redis'
require 'travis/notification/publisher/memory'
end
end
end