diff --git a/.travis.yml b/.travis.yml
index 57d86ac67fee954867f6136f629bab55d727191f..50e9672a350aeb1af91c21e50df98b39f48b41f0 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