From 6b358a0bb239428e22b27f67393dcaee3ae9a391 Mon Sep 17 00:00:00 2001 From: Barnaby Gray Date: Thu, 31 May 2018 16:28:23 +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 ab278f4..353ae0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ script: deploy: - provider: script skip_cleanup: true - script: curl -sL https://git.io/goreleaser | VERSION=0.34.2 bash + script: curl -sL https://git.io/goreleaser | VERSION=v0.34.2 bash on: tags: true