apexcharter/.travis.yml

12 lines
289 B
YAML
Raw Normal View History

2018-09-09 21:21:42 +02:00
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
sudo: false
cache: packages
2020-02-15 13:13:58 +01:00
2020-02-15 15:17:46 +01:00
#before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
#deploy:
# provider: script
# script: Rscript -e 'pkgdown::deploy_site_github()'
# skip_cleanup: true