View source: R/travis-enable.R
| travis_enable | R Documentation |
Activating Travis CI, and querying activity status.
travis_enable() activates or deactivates Travis CI for a repo.
travis_is_enabled() returns if Travis CI is active for a repo.
travis_enable( active = TRUE, repo = github_info(remote = remote)$full_name, remote = "origin", endpoint = get_endpoint() ) travis_is_enabled(repo = github_repo(), endpoint = get_endpoint())
active |
|
repo |
|
remote |
|
endpoint |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.