Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Aug 21, 2015
1 parent af3ddfc commit 38f2511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -44,7 +44,7 @@ install:
- "wget -q -O - https://github.com/yihui/crandalf/raw/master/inst/scripts/install-pandoc | bash"
- "wget -q -O - http://yihui.name/xran/r-config | bash"
- Rscript -e "if (!require('devtools')) install.packages('devtools')"
- Rscript -e 'devtools::install_deps(dep = TRUE)'
- Rscript -e 'devtools::install_deps(dep = TRUE); update.packages(.libPaths()[1], ask = FALSE)'
- Rscript -e "if (!require('covr')) install.packages('covr')"

cache:
Expand Down

0 comments on commit 38f2511

Please sign in to comment.