travis: clean outdated build tag

Michael Muré created

Change summary

.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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