Skip to content

Commit

Permalink
Don't cache npm in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Nov 17, 2016
1 parent 7c6f612 commit 4a9e1a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

cache:
- '%userprofile%\.node-gyp'
- '%AppData%\npm-cache'

environment:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
Expand Down Expand Up @@ -106,7 +105,6 @@

cache:
- '%userprofile%\.node-gyp'
- '%AppData%\npm-cache'

environment:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
Expand Down

0 comments on commit 4a9e1a1

Please sign in to comment.