s3manager-web/vendor/github.com/stretchr/testify/.travis.yml

17 lines
125 B
YAML
Raw Normal View History

2017-05-08 23:07:07 +02:00
language: go
sudo: false
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- tip
script:
- go test -v ./...