diff --git a/.travis.yml b/.travis.yml index 1b13cbc..ab278f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ script: deploy: - provider: script skip_cleanup: true - script: VERSION=0.34.2 curl -sL https://git.io/goreleaser | bash + script: curl -sL https://git.io/goreleaser | VERSION=0.34.2 bash on: tags: true