krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

Shallower clone? #67

Closed hannes closed 8 years ago

hannes commented 8 years ago

The travis version of this does not clone the entire repo history (--depth) and is thus faster. Could this be an option here, too? Or is it already?

krlmlr commented 8 years ago

I think you have to opt in.

hannes commented 8 years ago

nope that made no difference

krlmlr commented 8 years ago

Did you update appveyor.yml? In any case, cloning is done by AppVeyor, so there's not much we can do here.

hannes commented 8 years ago

ok thanks