Skip to content

Commit 7ff2b6b

Browse files
committed
fix: kwb.pkgbuild installation
1 parent 5ab5606 commit 7ff2b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
after_success:
2626
- Rscript -e 'covr::codecov()'
2727
before_deploy:
28-
- Rscript -e 'remotes::install_cran("kwb.pkgbuild")'
28+
- Rscript -e 'remotes::install_github("kwb-r/kwb.pkgbuild")'
2929
deploy:
3030
provider: script
3131
script: Rscript -e 'kwb.pkgbuild::deploy_site_github_with_extra_files()'

0 commit comments

Comments
 (0)