rclone/vendor/github.com/stretchr/testify/.travis.yml
2017-07-23 08:51:42 +01:00

18 lines
183 B
YAML

language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- tip
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v ./...