Skip to content

Commit

Permalink
Fix CI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed Nov 14, 2016
1 parent 160df2b commit f6ae4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ install:
build_script:
- node --version
- npm --version
- npm run release # build and rename exe file

test: off

before_deploy:
- npm run release # build and rename exe file

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
Expand Down

0 comments on commit f6ae4df

Please sign in to comment.