Description Usage Arguments Value See Also Examples
Travisbadge creates travis badge.
1 2 | badge_travis(ghaccount = NULL, ghrepo = NULL, branch = NULL,
location = ".")
|
ghaccount |
Github account name |
ghrepo |
Github repository name |
branch |
branch name such as master, develop etc |
location |
defaults to current location |
markdown
Other badges: badge_codecov
,
badge_cran_ago
,
badge_cran_date
,
badge_cran_version_ago
,
badge_cran_version_release
,
badge_cran
,
badge_github_fork
,
badge_github_star
,
badge_last_change_static
,
badge_last_change
,
badge_license
,
badge_minimal_r_version
,
badge_packageversion
,
badge_projectstatus
,
badge_rank
,
badge_rdocumentation
,
badge_thanks_md
1 | badge_travis(ghaccount = "johntest", ghrepo = "yourreponame", branch = "master")
|
[1] "[![Build Status](https://travis-ci.org/johntest/yourreponame.svg?branch=master)](https://travis-ci.org/johntest/yourreponame)"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.