open-consul/vendor/github.com/stretchr/objx/.travis.yml

14 lines
141 B
YAML
Raw Normal View History

2019-03-26 21:50:42 +00:00
language: go
go:
- 1.8
- 1.9
- tip
install:
- go get github.com/go-task/task/cmd/task
script:
- task dl-deps
- task lint
- task test