From 48ecfc2ea7b054b6a1717f2cc40c63d4097d9576 Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Thu, 13 Jun 2019 10:24:35 -0700 Subject: [PATCH] remove go.mod --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f8a3ca4..32cc1034 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ after_success: deploy: - provider: script skip_cleanup: true - script: curl -sL https://git.io/goreleaser | bash + script: rm ../go.mod; curl -sL https://git.io/goreleaser | bash on: tags: true condition: $LATEST = true