From 5e4ef633b03085957878c915cef39fbd7bb473f7 Mon Sep 17 00:00:00 2001 From: Barnaby Gray Date: Thu, 31 May 2018 15:43:59 +0100 Subject: [PATCH] Fix goreleaser version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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