Skip to content

Commit

Permalink
fix travis/appveyor build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrainiac committed Feb 9, 2017
1 parent 0821ab7 commit f4ded54
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ before_install:

install:
- nvm install $NODE_VERSION
- npm install npm -g
- yarn install
- npm install

script:
- npm run dist
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ init:
install:
- ps: $env:PLATFORM = $env:platform
- ps: Install-Product node 6 $env:platform
- npm install npm -g
- npm install

build_script:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"owners": "Evolus",
"description": "An open-source GUI prototyping tool that is available for ALL platforms.",
"copyright": "Copyright © 2008-2016 Evolus. All rights reserved.",
"certificateSubjectName": "Nguyen Tien Dung",
"iconUrl": "https://raw.githubusercontent.com/evolus/pencil/master/build/icon.ico",
"target": "nsis"
},
Expand Down

0 comments on commit f4ded54

Please sign in to comment.