rclone/vendor/github.com/stretchr/testify/.travis.yml
2018-01-16 13:20:59 +00:00

15 lines
201 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 $(go list ./... | grep -v vendor)