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