git-lfs/vendor/github.com/stretchr/testify/.travis.yml

16 lines
117 B
YAML
Raw Normal View History

2016-05-18 18:02:19 +00:00
language: go
sudo: false
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
script:
- go test -v ./...