From e9d7378221bff6b4159ac7e1b2f0b39864ecea0e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Kuester Date: Tue, 9 Jun 2020 22:57:10 +0200 Subject: [PATCH] Add deploy config to .travis.yml --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a7f3947a..b51f4fed0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,13 @@ script: - make ci after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) + +deploy: + - provider: script + skip_cleanup: true + script: curl -sL https://git.io/goreleaser | bash + on: + tags: true +notifications: + email: false \ No newline at end of file