Skip to content

Commit

Permalink
fix ci (#2)
Browse files Browse the repository at this point in the history
fix ci bug
  • Loading branch information
gengjiawen committed Jun 11, 2017
1 parent 76d361f commit 338a47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ before_install:

install:
- nvm install 7
- npm install electron-builder@next # force install next version to test electron-builder
- npm install
- npm prune

Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ platform:
- x64

cache:
- node_modules
- app\node_modules
# - node_modules
# - app\node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'

Expand All @@ -16,7 +16,6 @@ install:
- ps: Install-Product node 7 x64
- git reset --hard HEAD
- npm install npm -g
- npm install electron-builder@next # force install next version to test electron-builder
- npm install
- npm prune

Expand Down

0 comments on commit 338a47e

Please sign in to comment.