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

16 lines
208 B
YAML
Raw Normal View History

language: go
sudo: false
go:
2018-03-19 16:51:38 +01:00
- "1.8"
- "1.9"
- "1.10"
- tip
script:
2017-07-23 09:51:42 +02:00
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race $(go list ./... | grep -v vendor)