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:
2018-05-31 17:43:52 +02:00
- 1.10.x
- 1.11.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