s3manager-web/vendor/github.com/stretchr/testify/.travis.yml
2017-05-28 19:38:59 +02:00

14 lines
124 B
YAML

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