use_travis {usethis} | R Documentation |
Defunct Travis and Appveyor functions
Description
These functions which formally supported CI on Appveyor and Travis are
now defunct as we no longer recommend using these services. We now
recommend using GitHub actions, e.g. with use_github_action()
.
Usage
use_travis(browse = rlang::is_interactive(), ext = c("com", "org"))
use_travis_badge(ext = c("com", "org"), repo_spec = NULL)
use_pkgdown_travis()
use_appveyor(browse = rlang::is_interactive())
use_appveyor_badge(repo_spec = NULL)
browse_travis(package = NULL, ext = c("com", "org"))
[Package usethis version 2.2.3 Index]