diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-07 16:16:10 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-07 16:16:10 +0200 |
commit | 265ecd81d22c39cc6daccd938a1d41c5ffab23ad (patch) | |
tree | ef8595fbe13f2e9760af292d335cf85afa1ef21e /.travis.yml | |
parent | f136bf6a8262a10c9b16a784ba075a88f7c14cc8 (diff) | |
download | git-bug-265ecd81d22c39cc6daccd938a1d41c5ffab23ad.tar.gz |
travis: clean outdated build tag
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 521902f1..15370d87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - go get github.com/mitchellh/gox after_success: - - if [ ! -z "$TRAVIS_TAG" ]; then gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"; fi + - if [ ! -z "$TRAVIS_TAG" ]; then gox -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"; fi deploy: provider: releases |