Skip to content

Commit

Permalink
install covr after R CMD check and before cache (so the additional R …
Browse files Browse the repository at this point in the history
…packages can be cached)
  • Loading branch information
yihui committed Jun 23, 2020
1 parent afb262e commit a4cc493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
include:
- r: oldrel
- r: release
before_cache:
- Rscript -e 'xfun::pkg_load2("covr")'
after_success:
- Rscript -e 'xfun::pkg_load2(c("covr", "xml2"))'
- Rscript -e 'covr::codecov()'
- "(curl -L https://xran.yihui.org/r-xran | bash)"
- r: devel
Expand Down

0 comments on commit a4cc493

Please sign in to comment.