From 902476d620c84f4b35dae27b23ebc32897d57c15 Mon Sep 17 00:00:00 2001 From: Ullaakut Date: Sat, 29 Jun 2019 03:39:34 +0200 Subject: [PATCH] Debug goreleaser --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb8055a..76f43aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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