r-dbi / RMySQL

Legacy DBI interface for MySQL
http://cran.r-project.org/package=RMySQL
210 stars 108 forks source link

Fix appveyor #150

Open jeroen opened 8 years ago

jeroen commented 8 years ago

@krlmlr added some badges to the readme but I can't figure out how to install make appveyor install the github version of DBI...

krlmlr commented 8 years ago

Have you tried

build_script:
  - travis-tool.sh install_github rstats-db/DBI
  - travis-tool.sh install_deps

?

In case it matters, I'm just about to release an update for DBI to CRAN.

jeroen commented 8 years ago

Let me try that. Where should I have found this infomration?

krlmlr commented 8 years ago

It's documented in the r-travis wiki, a slightly modified version is used for r-appveyor.