travis_lint | R Documentation |
This checks if a .travis.yml file is valid, and identifies possible errors.
travis_lint( file = ".travis.yml", repo = github_repo(), endpoint = get_endpoint(), quiet = FALSE )
file |
A character string specifying a path to a .travis.yml file or a URL. |
repo |
|
endpoint |
|
quiet |
If |
This function may incorrectly report valid .travis.yml
files as broken,
in particular if language: r
is used (which is the default for R projects).
A list.
## Not run: travis_lint() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.