Skip to content

Commit

Permalink
skipping validation for goreleaser, forming a zip for windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznecovas committed Apr 19, 2018
1 parent 8efc980 commit b0e9bd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ builds:
# Archive customization
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- ./static/*
- ./config.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ notifications:
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash -s -- --debug
script: curl -sL https://git.io/goreleaser | bash -s -- --debug --skip-validation
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
Expand Down

0 comments on commit b0e9bd9

Please sign in to comment.