Most updaters do one specific thing. This updater adds a .travis.yml
file or replaces the .travis.yml
file in the current working directory using a template defined by you in ~/templates/_travis.yml
(user home on your system), or the generic template in this project's templates directory.
{%= include("update/updater-install") %}
{%= include("update/updater-run") %}
What will happen?
Upon running $ update travis
command, this updater's default
task will be executed, which replaces the .travis.yml
file in the cwd with the ~/templates/_travis.yml
template defined by you, or the default templates found in templates/_travis.yml in this repository.
(Note that all dotfile templates are prefixed with an underscore to prevent programs from mistaking them as real files)
{%= apidocs('index.js') %}
Visit the documentation for tasks{tasks.md}.