Skip to content

Commit

Permalink
Merge pull request #435 from ropensci/develop
Browse files Browse the repository at this point in the history
Develop to master
  • Loading branch information
elinw authored Apr 2, 2019
2 parents 9bdca0f + 5e63bc1 commit dd88f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ r_github_packages:
after_success:
- Rscript -e 'covr::codecov(line_exclusions = list("R/skim_print.R" = c(147, 167, 178:180, 190)))'
before_cache:
- Rscript -e 'remotes::install_cran("pkgdown"); remotes::install_github("ropenscilabs/rotemplate")'
- Rscript -e 'remotes::install_cran("pkgdown"); remotes::install_github("ropensci/rotemplate")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ navbar:
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/ropensci/skimr
href: https://github.com/ropensci/skimr

0 comments on commit dd88f28

Please sign in to comment.