
- Re-factor - Remove code for notifications - Remove addons - Remove travis-core gem. - Ignore logs directory only - Move core tests to spec/lib
14 lines
233 B
Ruby
14 lines
233 B
Ruby
require 'travis/github/services/set_hook'
|
|
|
|
module Travis
|
|
module Github
|
|
module Services
|
|
class << self
|
|
def register
|
|
constants(false).each { |name| const_get(name) }
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|