class Travis::CLI::Cache

def space

def space
  @space ||= caches.map(&:slug).map(&:size).max
end