Update AppVeyor config with ~faster npm install - #252
Conversation
Only test against stable and LTS versions of node since AppVeyor goes pretty slow.
|
@JaKXz this seems to be failing, kicked off the build twice. Perhaps try adding back the npm update, and see if this helps; if not, we might not be able to pull in 6.x yet. |
|
@bcoe I don't think the Though I'm not sure why it would pass on Travis and not AppVeyor with |
|
@JaKXz I think we'll need to spin up a Windows VM to test this one out. |
|
Probably related to: |
|
whoa it's passing now... 🎱 |
|
Yes. Node 6.2.0 reverted a regression that almost certainly affected this. |
|
|
|
@JaKXz interesting that it started working, maybe the version of |
Only test against stable and LTS versions of node since AppVeyor goes pretty slow.
@bcoe I noticed that after dropping the Travis build times to 1/4th of what they were on Travis in #251, AppVeyor's build takes even longer... so this is an attempt to streamline it by using the version of
npmthat comes with each node distro and only going for stable and LTS versions. Thoughts?