diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-12 21:35:41 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-08-12 21:35:41 +0200 |
commit | c1a08111b603403d4ee0a78c1214f322fecaa3ca (patch) | |
tree | 15149b7acd784a2ece41164caf9bea1b8c4752cf /.travis.yml | |
parent | bb6fad30589d959cb89565b0f91b11749a9654ba (diff) | |
download | git-bug-c1a08111b603403d4ee0a78c1214f322fecaa3ca.tar.gz |
build: someday travis will stop complaining0.1.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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 |