lib/travis/pro.rb



require 'travis/client'

module Travis
  Pro = Client::Namespace.new(Client::PRO_URI)
end