restic/vendor/github.com/cpuguy83/go-md2man/.travis.yml

14 lines
182 B
YAML

language: go
go:
- 1.x
- 1.8.x
- 1.9.x
- tip
script:
- script/setup/dev-tools
- script/validate/vendor
- go build -i .
- make check
- go build
- go test -v ./...