1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/.travis.yml
2019-09-07 14:40:39 -03:00

23 lines
304 B
YAML

language: go
go:
- 1.12.x
- 1.13.x
addons:
apt:
packages:
- rpm
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