• Don't cache node_modules in AppVeyor tests

    josephfrazier committed Feb 9, 2016
    See the discussion at
    #602 (comment)
    
    > I prefer not to cache the node_modules folder on CI since I want to
    > catch bugs that exist in the latest published packages, i.e.  what a
    > user will experience when running npm install webtorrent for the first
    > time.