get_travis_config: Get Travis config file of the package repo

View source: R/get_travis_config.R

get_travis_configR Documentation

Get Travis config file of the package repo

Description

Get Travis config file of the package repo

Usage

get_travis_config(owner, repo, branch = "master")

Arguments

owner

owner of the repo, string

repo

repo name, string

branch

master by default

Details

https://platform.github.community/t/query-repo-contents-with-graphql-api/1896

Value

a tibble of basic information from the Travis config file

Examples

library("magrittr")
get_travis_config(owner = "ropensci", repo = "ropenaq")

ropenscilabs/ghrecipes documentation built on May 17, 2022, 2:08 p.m.