aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 57d86ac6..50e9672a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,7 @@ script:
- make test
after_success:
- - if [ ! -z "$TRAVIS_TAG" ]; then
- gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
- fi
-
+ - if [ ! -z "$TRAVIS_TAG" ]; then gox -tags=deploy_build -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"; fi
deploy:
provider: releases