Stages available in both Travis CI and AppVeyor, for which shortcuts
have been defined. All these functions call run_stage() with the
corresponding stage name.
before_install(stages = load_from_file())install(stages = load_from_file())
after_install(stages = load_from_file())
before_script(stages = load_from_file())
script(stages = load_from_file())
after_success(stages = load_from_file())
after_failure(stages = load_from_file())
before_deploy(stages = load_from_file())
deploy(stages = load_from_file())
after_deploy(stages = load_from_file())
after_script(stages = load_from_file())
[named list]
A named list of Stage objects as returned by load_from_file(),
by default loaded from tic.R.