aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-12 21:35:41 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-12 21:35:41 +0200
commitc1a08111b603403d4ee0a78c1214f322fecaa3ca (patch)
tree15149b7acd784a2ece41164caf9bea1b8c4752cf /.travis.yml
parentbb6fad30589d959cb89565b0f91b11749a9654ba (diff)
downloadgit-bug-c1a08111b603403d4ee0a78c1214f322fecaa3ca.tar.gz
build: someday travis will stop complaining0.1.0
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