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
# environment.
- test -n "$TRAVIS_TAG" && snapcraft login --with snap.login
- git diff
# calls goreleaser
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
script: curl -sL https://git.io/goreleaser | bash ; or git diff
on:
tags: true
condition: $TRAVIS_OS_NAME = linux