Files
mostlymatter/vendor/github.com/stretchr/testify/.travis.yml
2018-01-29 14:17:40 -08:00

16 строки
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 ./...