We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066fd1d commit 8b245caCopy full SHA for 8b245ca
1 file changed
.travis.yml
@@ -11,6 +11,7 @@ script:
11
- make build tag push
12
13
after_success:
14
+ - env
15
- if [ "${TRAVIS_TAG}" != "" ] && [ "${TRAVIS_GO_VERSION}" == "1.7" ]; then gox -output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}";fi
16
17
deploy:
0 commit comments