Files
go-task/.travis.yml
Andrey Nering 46463e4e24 Disabling broken Travis releasing for now
I plan to move this to GitHub Actions. For now, I'll do it manually.
2019-09-22 18:50:16 -03:00

15 lines
132 B
YAML

language: go
go:
- 1.12.x
- 1.13.x
addons:
apt:
packages:
- rpm
script:
- go install -v ./cmd/task
- task ci