class Travis::CLI::Setup::Service

def self.normalized_name(string)

def self.normalized_name(string)
  string.to_s.downcase.gsub(/[^a-z\d]/, '')
end