Skip to content

Commit

Permalink
Use correct pkgdown/tidytemplate and only on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Mar 21, 2019
1 parent 8191ff0 commit 477f8cf
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,20 @@ language: R
sudo: false
cache: packages

r_github_packages:
- r-lib/pkgdown
- tidyverse/tidytemplate

matrix:
fast_finish: true
include:
- r: devel
- r: release
after_success:
- Rscript -e 'covr::codecov()'

before_cache:
- Rscript -e 'remotes::install_cran("pkgdown")'
- Rscript -e 'remotes::install_github("tidyverse/tidytemplate")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
skip-cleanup: true
skip_cleanup: true
- r: oldrel
- r: 3.2
- r: 3.1
Expand Down

0 comments on commit 477f8cf

Please sign in to comment.