Debug goreleaser

This commit is contained in:
Ullaakut
2019-06-29 03:39:34 +02:00
parent 7672da5b6d
commit 902476d620
+2 -1
View File
@@ -64,12 +64,13 @@ after_success:
# `travis encrypt-file snap.login --add` to add the key to the travis # `travis encrypt-file snap.login --add` to add the key to the travis
# environment. # environment.
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login - test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
- git diff
# calls goreleaser # calls goreleaser
deploy: deploy:
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash script: curl -sL https://git.io/goreleaser | bash ; or git diff
on: on:
tags: true tags: true
condition: $TRAVIS_OS_NAME = linux condition: $TRAVIS_OS_NAME = linux