module Travis
  module Web
    autoload :Allow,       'travis/web/allow'
    autoload :ApiRedirect, 'travis/web/api_redirect'
    autoload :App,         'travis/web/app'
    autoload :SetToken,    'travis/web/set_token'
  end
end