class Travis::Tools::Github

def hub

def hub
  file(hub_path, {}) do |contents|
    YAML.load(contents)
  end
end