From 7992aee5b35db8b84505a506d94610ee07a3a52d Mon Sep 17 00:00:00 2001 From: Josh Godsiff Date: Mon, 11 Mar 2019 08:59:07 +1100 Subject: [PATCH] Use gox output param instead of manually moving binaries --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25b190c9..70db969d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,13 +20,9 @@ install: - cd $GOPATH/src/github.com/Masterminds/glide && git checkout v0.13.1 && go install && cd - - glide install script: - - gox -os "freebsd darwin linux windows" -arch "386 amd64" + - gox -os "freebsd darwin linux windows" -arch "386 amd64" -output="terraform-provider-elasticsearch_${TRAVIS_TAG}_{{.OS}}_{{.Arch}}" - wget -q --waitretry=1 --retry-connrefused -T 10 -O - $ELASTICSEARCH_URL - TF_ACC=1 go test -v -cover -before_deploy: | - # rename to match terraform provider conventions: - # https://www.terraform.io/docs/configuration/providers.html#third-party-plugins - for file in terraform-provider-elasticsearch*; do mv "$file" "${file}_${TRAVIS_TAG}"; done deploy: provider: releases api_key: