Skip to content

Commit

Permalink
Travis!! *shakes fist*
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Apr 7, 2014
1 parent c2a1d70 commit 0b78229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ install:
- sudo apt-get update
- sudo apt-get install r-base-dev r-cran-shiny r-cran-cairo r-cran-markdown
- "[ ! -d ~/R ] && mkdir ~/R"
- Rscript -e "install.packages(c('xtable', 'devtools'), repos = c(CRAN='http://cran.rstudio.org'))"
- Rscript -e "devtools::install_github('yihui/knitr')"
- Rscript -e "install.packages(c('xtable', 'devtools'), repos = 'http://cran.rstudio.org')"
- Rscript -e "options(repos=c(CRAN='http://cran.rstudio.org'));devtools::install_github('yihui/knitr')"
- Rscript -e "install.packages('$R_MY_PKG', dep = TRUE, repos = 'http://cran.rstudio.org')"

# run tests
Expand Down

0 comments on commit 0b78229

Please sign in to comment.