We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab5606 commit 7ff2b6bCopy full SHA for 7ff2b6b
.travis.yml
@@ -25,7 +25,7 @@ matrix:
25
after_success:
26
- Rscript -e 'covr::codecov()'
27
before_deploy:
28
- - Rscript -e 'remotes::install_cran("kwb.pkgbuild")'
+ - Rscript -e 'remotes::install_github("kwb-r/kwb.pkgbuild")'
29
deploy:
30
provider: script
31
script: Rscript -e 'kwb.pkgbuild::deploy_site_github_with_extra_files()'
0 commit comments