From 24f86c2576a594f426c072e8c00819f2c57dd0fa Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 3 Mar 2019 14:24:03 -0300 Subject: [PATCH] chore: fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08e2cf28e..33e1b508a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ deploy: tags: true - provider: script skip_cleanup: true - script: go run main.go + script: ./goreleaser on: tags: true notifications: