Skip to content

Commit

Permalink
Remove explicit dependency install for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Oct 6, 2014
1 parent 9c1badd commit bfd97c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ install:
- sudo apt-get -qq install r-base r-cran-shiny r-cran-cairo r-cran-markdown r-cran-knitr
- "[ ! -d ~/R ] && mkdir ~/R"
- echo "options(repos = c(CRAN = 'http://cran.rstudio.com'))" > ~/.Rprofile
- Rscript -e "install.packages(c('mime'), quiet = TRUE, repos = 'http://rforge.net')"
- Rscript -e "install.packages(c('xtable', 'R6'), quiet = TRUE)"
- Rscript -e "update.packages(instlib = '~/R', ask = FALSE, quiet = TRUE)"
- Rscript -e "install.packages('$R_MY_PKG', dep = TRUE, quiet = TRUE)"

Expand Down

0 comments on commit bfd97c5

Please sign in to comment.