From 62c2309a8aeb697856ba76332b9f2738405cef50 Mon Sep 17 00:00:00 2001 From: Haytham AbuelFutuh Date: Wed, 23 Oct 2019 09:36:31 -0700 Subject: [PATCH] go-releaser-config (#46) --- flytestdlib/.goreleaser.yml | 2 +- flytestdlib/.travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flytestdlib/.goreleaser.yml b/flytestdlib/.goreleaser.yml index b76a7ac..36add3d 100644 --- a/flytestdlib/.goreleaser.yml +++ b/flytestdlib/.goreleaser.yml @@ -1,6 +1,6 @@ before: hooks: - - GO111MODULE=off dep ensure -vendor-only + - dep ensure -vendor-only builds: - env: - CGO_ENABLED=0 diff --git a/flytestdlib/.travis.yml b/flytestdlib/.travis.yml index e7e7d81..69d03a8 100644 --- a/flytestdlib/.travis.yml +++ b/flytestdlib/.travis.yml @@ -19,7 +19,7 @@ jobs: deploy: - provider: script skip_cleanup: true - script: curl -sL https://git.io/goreleaser | bash + script: curl -sL https://git.io/goreleaser | GO111MODULE=off bash on: tags: true condition: "$TRAVIS_OS_NAME = linux"