testify/.travis.yml

14 lines
97 B
YAML

language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v ./...