acme-dns/vendor/github.com/stretchr/testify/.travis.yml
2018-01-22 11:19:33 +02:00

16 lines
173 B
YAML

language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- tip
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race ./...