Learn R Programming

badger (version 0.2.3)

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.

Author

Gregor de Cillia