use_travis: Defunct Travis and Appveyor functions

View source: R/usethis-defunct.R

use_travisR Documentation

Defunct Travis and Appveyor functions

Description

[Defunct]

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"))

r-lib/usethis documentation built on March 20, 2024, 8:51 p.m.