class Travis::CLI::RepoCommand

def store_slug(value)

def store_slug(value)
  `git config travis.slug #{value}` if value
  value
end