From 46463e4e24ddce0ec5c12c42b36ce04cff110f9c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 22 Sep 2019 18:49:08 -0300 Subject: [PATCH] Disabling broken Travis releasing for now I plan to move this to GitHub Actions. For now, I'll do it manually. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a7a63cc..de68cf3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,3 @@ addons: script: - go install -v ./cmd/task - task ci - -deploy: - - provider: script - skip_cleanup: true - script: curl -sL http://git.io/goreleaser | bash - on: - tags: true - condition: $TRAVIS_OS_NAME = linux