Description Usage Arguments See Also
Return repository information, in particular the repository ID.
travis_repo_info() queries the "/repos/:repo" API.
travis_repo_id() returns the repo ID obtained from travis_repo_info().
travis_repo_settings() returns build settings
1 2 3 4 5 6 7 | travis_repo_info(repo = github_repo(), token = travis_token(repo))
travis_has_repo(repo = github_repo(), token = travis_token())
travis_repo_id(repo = github_repo(), token = travis_token(repo))
travis_repo_settings(repo = github_repo(), token = travis_token(repo))
|
repo |
|
token |
|
Other Travis CI functions: travis_get_caches,
travis_repos, travis_set_pat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.