Skip to content

Commit

Permalink
Use latest robertzk/RPostgres for a fix to unannounced RPostgres change.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertzk committed Apr 11, 2016
1 parent 060b589 commit 93a99e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ before_script:
- Rscript -e 'devtools::update_packages("devtools", repos = "http://cran.rstudio.com")'
- Rscript -e 'if (!require("roxygen")) devtools::install_github("klutometis/roxygen")'
- Rscript -e 'if (!require("DBI")) devtools::install_github("rstats-db/DBI")'
- Rscript -e 'if (!require("RPostgres")) devtools::install_github("robertzk/RPostgres@0.1.1")'
- Rscript -e 'if (!require("RPostgres")) devtools::install_github("robertzk/RPostgres@0.1.2") '
- Rscript -e 'if (!require("testthat")) devtools::install_github("hadley/testthat")'
- Rscript -e 'if (!require("testthatsomemore")) devtools::install_github("robertzk/testthatsomemore")'
- Rscript -e 'if (!require("syberiaStructure")) devtools::install_github("robertzk/syberiaStructure")'
Expand Down

0 comments on commit 93a99e3

Please sign in to comment.