badge_travis: Travisbadge creates travis badge.

Description Usage Arguments Value See Also Examples

View source: R/badges.R

Description

Travisbadge creates travis badge.

Usage

1
2
badge_travis(ghaccount = NULL, ghrepo = NULL, branch = NULL,
  location = ".")

Arguments

ghaccount

Github account name

ghrepo

Github repository name

branch

branch name such as master, develop etc

location

defaults to current location

Value

markdown

See Also

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

Examples

1
badge_travis(ghaccount = "johntest", ghrepo = "yourreponame", branch = "master")

Example output

[1] "[![Build Status](https://travis-ci.org/johntest/yourreponame.svg?branch=master)](https://travis-ci.org/johntest/yourreponame)"

badgecreatr documentation built on May 2, 2019, 6:13 a.m.