1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00

Disabling broken Travis releasing for now

I plan to move this to GitHub Actions. For now, I'll do it manually.
This commit is contained in:
Andrey Nering 2019-09-22 18:49:08 -03:00
parent 5c420f3a34
commit 46463e4e24

View File

@ -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