badge_travis: badge_travis
Description
travis-ci badge
Usage
badge_travis(ref = NULL, is_commercial = FALSE, branch = NULL)
Value
badge in markdown syntax
Arguments
- ref
Reference for a GitHub repository. If NULL
(the default), the reference is determined by the URL
field in the DESCRIPTION file.
- is_commercial
Flag to indicate whether or not to use
https://travis-ci.com
- branch
The GitHub branch. If NULL
(the default), the default branch is automatically determined.