class Travis::CLI::RepoCommand

def find_slug

def find_slug
  load_slug || begin
    slug = detect_slug
    if slug
      interactive? ? store_slug(slug) : slug
    end
  end
end