1
0
mirror of https://github.com/go-task/task.git synced 2025-02-07 13:41:53 +02:00
task/.travis.yml

18 lines
157 B
YAML
Raw Normal View History

2017-03-19 15:54:18 -03:00
language: go
2017-03-19 15:54:18 -03:00
go:
2019-04-13 17:44:55 -03:00
- 1.12.x
2019-09-07 14:35:48 -03:00
- 1.13.x
2019-09-22 18:57:42 -03:00
env:
- GO111MODULE=on
addons:
apt:
packages:
- rpm
2017-03-19 15:54:18 -03:00
script:
2019-09-07 14:40:39 -03:00
- go install -v ./cmd/task
2018-04-07 15:36:37 -03:00
- task ci