Description Usage Arguments Details Value See Also Examples
Lint a .travis.yml file
1 |
file |
A character string specifying a path to a .travis.yml file. |
... |
Additional arguments passed to |
This can validate a .travis.yml file and identify possible errors.
A list.
get_permissions
to check GitHub permissions
1 2 3 4 5 6 7 8 | ## Not run:
# authenticate based on Sys.setenv("GITHUB_TOKEN" = "sometoken")
auth_travis()
# validate .travis.yml
travis_lint("./.travis.yml")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.