# File lib/travis/cli/setup/service.rb, line 7 def self.normalized_name(string) string.to_s.downcase.gsub(/[^a-z\d]/, '') end