diff --git a/.travis.yml b/.travis.yml index 1b697afb..c3146586 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,8 @@ cache: deploy: provider: script - script: - - dep ensure -v - - curl -sL https://git.io/goreleaser | bash + skip_cleanup: true + script: curl -sL https://git.io/goreleaser | bash on: branch: master tags: true