Skip to content

Commit

Permalink
Create zip for github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdbeere committed Nov 21, 2018
1 parent 7f084bc commit 88f0f6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ node_js:
script:
- npm run lint
- npm run build-release
before_deploy: npm run create-release-travis
before_deploy:
- npm run create-release-travis
- npm run create-release-zip
deploy:
- provider: s3
access_key_id: AKIAJ5ZQM32M7MGKTP6A
Expand Down

0 comments on commit 88f0f6f

Please sign in to comment.