We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33fcdc commit 7992aeeCopy full SHA for 7992aee
.travis.yml
@@ -20,13 +20,9 @@ install:
20
- cd $GOPATH/src/github.com/Masterminds/glide && git checkout v0.13.1 && go install && cd -
21
- glide install
22
script:
23
- - 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}}"
24
- wget -q --waitretry=1 --retry-connrefused -T 10 -O - $ELASTICSEARCH_URL
25
- TF_ACC=1 go test -v -cover
26
-before_deploy: |
27
- # rename to match terraform provider conventions:
28
- # https://www.terraform.io/docs/configuration/providers.html#third-party-plugins
29
- for file in terraform-provider-elasticsearch*; do mv "$file" "${file}_${TRAVIS_TAG}"; done
30
deploy:
31
provider: releases
32
api_key:
0 commit comments