class Travis::CLI::Branches

def longest

def longest
  repository.branches.keys.map { |b| b.size }.max
end