rclone/vendor/github.com/stretchr/testify/.travis.yml

16 lines
201 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- 1.7
2017-07-23 15:51:42 +08:00
- 1.8
- 1.9
- tip
script:
2017-07-23 15:51:42 +08:00
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race $(go list ./... | grep -v vendor)