From 2dd5249f9ff366ace3a253a90caa7e3a40a41431 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 7 Dec 2017 10:58:15 +0100 Subject: [PATCH] update .travis.yml --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.travis.yml b/.travis.yml index d0d7ca6..8c5709d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,24 @@ warnings_are_errors: false # r_check_args: --as-cran latex: false +# DO NOT CHANGE THE CODE BELOW +before_install: R -q -e 'install.packages("remotes"); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages(); tic::before_install()' +install: R -q -e 'tic::install()' +after_install: R -q -e 'tic::after_install()' +before_script: R -q -e 'tic::before_script()' +script: R -q -e 'tic::script()' +after_success: R -q -e 'tic::after_success()' +after_failure: R -q -e 'tic::after_failure()' +before_deploy: R -q -e 'tic::before_deploy();remotes::install_github("pat-s/pkgdown")' +deploy: + provider: script + script: R -q -e 'tic::deploy()' + on: + all_branches: true +after_deploy: R -q -e 'tic::after_deploy()' +after_script: R -q -e 'tic::after_script()' +# DO NOT CHANGE THE CODE ABOVE + matrix: include: - os: linux