# File lib/travis/cli/command.rb, line 49
      def self.command_name
        name[/[^:]*$/].split(/(?=[A-Z])/).map(&:downcase).join('-')
      end