class Travis::CLI::Setup::Service

def branch

def branch
  @branch ||= `git rev-parse --symbolic-full-name --abbrev-ref HEAD`.chomp
end