class Travis::CLI::RepoCommand

def last_build

def last_build
  repository.last_build or error("no build yet for #{slug}")
end