Skip to content

Commit f5c6f30

Browse files
committed
Need to specify repos
1 parent abeffc0 commit f5c6f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ after_success:
1616
- Rscript -e 'covr::codecov()'
1717

1818
before_deploy:
19-
- R -e "install.packages('roxygen2')"
19+
- R -e "install.packages('roxygen2', repos = 'http://cran.rstudio.com')"
2020
- R -e "staticdocs::build_site(examples = TRUE)"
2121

2222
deploy:

0 commit comments

Comments
 (0)