Description Usage Arguments See Also
View source: R/travis-caches.R
Return cache information
travis_get_caches() queries the "/repos/:repo/caches" API.
travis_delete_caches() returns the repo ID obtained from travis_repo_info().
1 2 3 4 5 | travis_get_caches(repo = github_repo(), token = travis_token(repo),
quiet = FALSE)
travis_delete_caches(repo = github_repo(), token = travis_token(repo),
quiet = FALSE)
|
repo |
|
token |
|
quiet |
|
Other Travis CI functions: travis_repo_info,
travis_repos, travis_set_pat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.