Skip to content

Commit

Permalink
Remove cache because of missing deps in win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pollithy committed Jun 5, 2017
1 parent 5e627e1 commit 6bc9fab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ version: 0.1.{build}
platform:
- x64

cache:
- '%USERPROFILE%\.electron'

init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 6 x64
- git reset --hard HEAD
- npm install npm -g
- nvm install 6
- npm install electron-builder@next # force install next version to test electron-builder
- npm install
- npm prune
Expand Down

0 comments on commit 6bc9fab

Please sign in to comment.