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

23 lines
323 B
YAML
Raw Normal View History

2017-03-19 20:54:18 +02:00
language: go
2017-03-19 20:54:18 +02:00
go:
- 1.11.x
2019-04-13 22:44:55 +02:00
- 1.12.x
addons:
apt:
packages:
- rpm
2017-03-19 20:54:18 +02:00
script:
- go install github.com/go-task/task/cmd/task
2018-04-07 20:36:37 +02:00
- task ci
deploy:
- provider: script
skip_cleanup: true
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux