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

18 lines
183 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- 1.7
2017-07-23 09:51:42 +02:00
- 1.8
- tip
script:
2017-07-23 09:51:42 +02:00
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v ./...